Clint.py errors list
src/nvim/api/buffer.c:190: Should leave no spaces after a cast: u'(char *) ml_get_buf' [whitespace/cast] [2]
src/nvim/api/buffer.c:319: Should leave no spaces after a cast: u'(char) (' [whitespace/cast] [2]
src/nvim/api/buffer.c:423: Should leave no spaces after a cast: u'(Object) OBJECT_INIT' [whitespace/cast] [2]
src/nvim/api/buffer.c:479: Should leave no spaces after a cast: u'(Object) OBJECT_INIT' [whitespace/cast] [2]
src/nvim/api/buffer.c:498: Should leave no spaces after a cast: u'(Object) OBJECT_INIT' [whitespace/cast] [2]
src/nvim/api/buffer.c:516: Should leave no spaces after a cast: u'(Object) OBJECT_INIT' [whitespace/cast] [2]
src/nvim/api/buffer.c:592: Should leave no spaces after a cast: u'(char_u *) name' [whitespace/cast] [2]
src/nvim/api/buffer.c:625: Should leave no spaces after a cast: u'(String) lines' [whitespace/cast] [2]
src/nvim/api/private/helpers.c:37: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/api/private/helpers.c:47: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/api/private/helpers.c:90: Should leave no spaces after a cast: u'(uint8_t *) key' [whitespace/cast] [2]
src/nvim/api/private/helpers.c:94: Should leave no spaces after a cast: u'(Object) OBJECT_INIT' [whitespace/cast] [2]
src/nvim/api/private/helpers.c:160: Should leave no spaces after a cast: u'(uint8_t *) key' [whitespace/cast] [2]
src/nvim/api/private/helpers.c:311: Should leave no spaces after a cast: u'(int) value' [whitespace/cast] [2]
src/nvim/api/private/helpers.c:323: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.c:595: Should leave no spaces after a cast: u'(String) STRING_INIT' [whitespace/cast] [2]
src/nvim/api/private/helpers.c:614: Should leave no spaces after a cast: u'(String) STRING_INIT' [whitespace/cast] [2]
src/nvim/api/private/helpers.c:616: Missing space after { [whitespace/braces] [5]
src/nvim/api/private/helpers.c:616: Missing space before } [whitespace/braces] [5]
src/nvim/api/private/helpers.c:906: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/api/private/helpers.c:908: if should always use braces [readability/braces] [5]
src/nvim/api/private/helpers.c:909: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/private/helpers.c:910: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/api/private/helpers.c:948: if should always use braces [readability/braces] [5]
src/nvim/api/private/helpers.c:952: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/api/tabpage.c:51: Should leave no spaces after a cast: u'(Object) OBJECT_INIT' [whitespace/cast] [2]
src/nvim/api/tabpage.c:110: Should leave no spaces after a cast: u'(Object) OBJECT_INIT' [whitespace/cast] [2]
src/nvim/api/tabpage.c:129: Should leave no spaces after a cast: u'(Object) OBJECT_INIT' [whitespace/cast] [2]
src/nvim/api/ui.c:168: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/api/vim.c:66: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/api/vim.c:90: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/vim.c:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/api/vim.c:161: Should leave no spaces after a cast: u'(String) STRING_INIT' [whitespace/cast] [2]
src/nvim/api/vim.c:207: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/api/vim.c:224: Should leave no spaces after a cast: u'(char_u *) fname' [whitespace/cast] [2]
src/nvim/api/vim.c:225: Should leave no spaces after a cast: u'(int) args' [whitespace/cast] [2]
src/nvim/api/vim.c:258: Should leave no spaces after a cast: u'(Integer) mb_string2cells' [whitespace/cast] [2]
src/nvim/api/vim.c:790: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/api/vim.c:798: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/api/window.c:193: Should leave no spaces after a cast: u'(Object) OBJECT_INIT' [whitespace/cast] [2]
src/nvim/api/window.c:249: Should leave no spaces after a cast: u'(Object) OBJECT_INIT' [whitespace/cast] [2]
src/nvim/api/window.c:268: Should leave no spaces after a cast: u'(Object) OBJECT_INIT' [whitespace/cast] [2]
src/nvim/api/window.c:285: Should leave no spaces after a cast: u'(Object) OBJECT_INIT' [whitespace/cast] [2]
src/nvim/buffer.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:5: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:89: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer.c:90: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:92: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:93: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:105: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:107: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:114: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:134: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:172: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:174: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:175: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:180: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:181: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:184: while should always use braces [readability/braces] [5]
src/nvim/buffer.c:185: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:188: while should always use braces [readability/braces] [5]
src/nvim/buffer.c:189: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:212: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:233: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:245: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:264: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:263: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:373: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:393: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:394: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:394: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:433: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:439: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:440: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:444: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:449: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer.c:451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:452: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:453: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:482: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:504: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:506: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:508: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:510: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:517: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:526: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:527: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:537: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:538: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:539: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:540: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:541: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:617: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:621: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:631: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:638: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:678: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer.c:679: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:737: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:739: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:795: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:822: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:827: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:841: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:844: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:854: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:856: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:857: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:858: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:864: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:868: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:873: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:873: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:874: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:877: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:881: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:882: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:883: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:886: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:888: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:890: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:895: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:897: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:900: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:902: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:905: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:907: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:938: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:943: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:974: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer.c:975: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:997: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1006: while should always use braces [readability/braces] [5]
src/nvim/buffer.c:1011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1013: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1017: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1021: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1024: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1026: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:1027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1062: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1080: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:1090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1101: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1102: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:1104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1112: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1112: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1143: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1150: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1152: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:1153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1154: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1159: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1162: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1164: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1166: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1172: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:1176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1176: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1179: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1184: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1186: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1189: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1191: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:1195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1195: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1206: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1208: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:1214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1216: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1225: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1229: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1231: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1236: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1265: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1289: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1294: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1311: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1312: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1314: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:1317: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1318: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1328: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/buffer.c:1331: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1345: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1347: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:1348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1355: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:1357: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1366: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:1367: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1381: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1382: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1384: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1386: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1387: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:1388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1388: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1391: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1392: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1397: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1403: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1404: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1410: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1414: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1516: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1517: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1518: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1519: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1520: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1548: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1556: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1558: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1560: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1615: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1620: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:1645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1724: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1726: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:1731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1732: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1739: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1747: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:1777: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:1779: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:1780: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:1782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1787: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:1791: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:1795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1807: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1809: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:1809: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:1813: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:1817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1829: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:1831: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:1833: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:1829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1829: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:1831: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1833: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/buffer.c:1841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1911: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/buffer.c:1911: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:1912: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1913: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1920: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:1922: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/buffer.c:1923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1924: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1927: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1928: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:1942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1964: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1970: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1972: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:1978: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:1980: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:1986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:1999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2002: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2007: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:2010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2014: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/buffer.c:2015: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2021: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2030: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/buffer.c:2033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2033: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2037: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2038: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:2039: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2039: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:2040: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2042: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2048: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2055: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2059: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2092: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2094: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2094: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:2095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2097: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2126: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:2129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2135: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2138: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2156: for should always use braces [readability/braces] [5]
src/nvim/buffer.c:2157: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2163: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2167: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2169: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2171: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2194: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2230: for should always use braces [readability/braces] [5]
src/nvim/buffer.c:2231: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2240: for should always use braces [readability/braces] [5]
src/nvim/buffer.c:2241: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2243: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:2249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2262: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:2268: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:2271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2272: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2286: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:2290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2326: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2328: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2329: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:2332: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2333: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2334: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2335: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2336: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2337: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2338: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2350: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2351: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2352: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2370: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2385: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer.c:2386: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:2390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2405: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2419: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2425: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:2429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2478: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2481: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2512: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:2513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2520: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2551: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2553: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2566: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:2651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2654: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer.c:2655: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:2656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2672: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:2676: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2678: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2678: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:2679: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2681: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2684: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2684: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:2688: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2690: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2691: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2692: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2693: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2694: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2695: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2696: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2697: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2699: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2701: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2704: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2707: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2714: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2716: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2718: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2721: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2722: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2723: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2724: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2728: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2738: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:2742: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:2743: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2757: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2759: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2784: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:2788: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:2789: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2795: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2802: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:2806: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:2808: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2809: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2810: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2812: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2814: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:2817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2822: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2824: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2824: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:2843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2848: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2848: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:2850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2851: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2856: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2859: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2875: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:2880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2881: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2892: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:2896: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:2898: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2899: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2900: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2902: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:2904: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:2907: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2909: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:2912: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:2916: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2927: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:2955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3048: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3052: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3055: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:3065: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3067: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:3105: while should always use braces [readability/braces] [5]
src/nvim/buffer.c:3110: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3127: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3216: while should always use braces [readability/braces] [5]
src/nvim/buffer.c:3220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3237: while should always use braces [readability/braces] [5]
src/nvim/buffer.c:3284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3284: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3327: for should always use braces [readability/braces] [5]
src/nvim/buffer.c:3327: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/buffer.c:3332: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:3333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3346: Should leave no spaces after a cast: u'(char *) fmt_p' [whitespace/cast] [2]
src/nvim/buffer.c:3355: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/buffer.c:3368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3368: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3421: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3423: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:3427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3434: while should always use braces [readability/braces] [5]
src/nvim/buffer.c:3436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3436: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3500: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:3502: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:3504: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:3506: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3545: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3570: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3572: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:3579: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3586: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3598: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:3612: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:3624: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3630: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3656: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:3684: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3702: while should always use braces [readability/braces] [5]
src/nvim/buffer.c:3711: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3723: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3725: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:3740: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3753: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3772: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:3773: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:3771: Should leave no spaces after a cast: u'(char_u) (' [whitespace/cast] [2]
src/nvim/buffer.c:3773: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:3781: Should leave no spaces after a cast: u'(int) base' [whitespace/cast] [2]
src/nvim/buffer.c:3820: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:3823: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:3841: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:3842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:3876: for should always use braces [readability/braces] [5]
src/nvim/buffer.c:3895: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4049: Should leave no spaces after a cast: u'(char *) item' [whitespace/cast] [2]
src/nvim/buffer.c:4066: Should leave no spaces after a cast: u'(char *) item' [whitespace/cast] [2]
src/nvim/buffer.c:4080: Small and focused functions are preferred: build_stl_str_hl() has 709 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/buffer.c:4082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4104: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4106: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:4108: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:4110: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:4111: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:4150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4156: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4158: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4160: Missing space before asterisk in )* [whitespace/operators] [2]
src/nvim/buffer.c:4175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4184: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4192: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer.c:4193: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:4195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4200: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer.c:4200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4201: Use operator ! instead of not [readability/alt_tokens] [2]
src/nvim/buffer.c:4204: Use operator && instead of and [readability/alt_tokens] [2]
src/nvim/buffer.c:4206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4207: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:4210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4233: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4246: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4247: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4259: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/buffer.c:4263: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:4263: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:4263: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:4263: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4267: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4268: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4269: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4275: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4280: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:4284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4288: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4312: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4314: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4315: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:4315: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:4317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4318: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4326: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4330: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4332: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4339: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4343: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4344: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4350: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4352: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4354: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/buffer.c:4355: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4356: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4378: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4380: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:4381: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4392: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:4393: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:4395: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:4396: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4397: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4398: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:4402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4403: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4410: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4413: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4414: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4415: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4419: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4420: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4421: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4424: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4444: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4444: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4446: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:4447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4448: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4449: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:4450: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:4451: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4460: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4461: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4472: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/buffer.c:4475: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:4476: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer.c:4476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4480: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:4481: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4485: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4487: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4496: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4498: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4501: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4506: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4508: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:4511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4512: for should always use braces [readability/braces] [5]
src/nvim/buffer.c:4513: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4516: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4527: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4529: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4548: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4549: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4551: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4557: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:4563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4567: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4570: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4573: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4575: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4582: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:4584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4588: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4592: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4615: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4620: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4623: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4624: for should always use braces [readability/braces] [5]
src/nvim/buffer.c:4625: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4626: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4629: for should always use braces [readability/braces] [5]
src/nvim/buffer.c:4630: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/buffer.c:4631: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4633: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4640: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer.c:4641: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:4643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4658: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/buffer.c:4660: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4665: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4667: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:4692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4693: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/buffer.c:4694: while should always use braces [readability/braces] [5]
src/nvim/buffer.c:4694: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/buffer.c:4696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4703: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:4704: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:4706: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4713: for should always use braces [readability/braces] [5]
src/nvim/buffer.c:4713: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/buffer.c:4714: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4716: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4717: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4728: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4730: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4740: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4768: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4770: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:4773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4776: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4780: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:4809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4819: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/buffer.c:4813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4838: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/buffer.c:4838: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/buffer.c:4843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4851: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/buffer.c:4847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4862: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/buffer.c:4879: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/buffer.c:4876: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4894: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/buffer.c:4895: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/buffer.c:4896: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/buffer.c:4897: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/buffer.c:4896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4899: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer.c:4899: Missing space before asterisk in signlist_T * [whitespace/operators] [2]
src/nvim/buffer.c:4903: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:4907: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer.c:4916: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/buffer.c:4917: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/buffer.c:4918: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/buffer.c:4916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4950: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4958: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/buffer.c:4956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4974: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/buffer.c:4972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:4997: Missing space before { [whitespace/braces] [5]
src/nvim/buffer.c:5009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:5021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:5044: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/buffer.c:5045: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer.c:5056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:5059: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/buffer.c:5061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:5071: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/buffer.c:5106: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/buffer.c:5118: Missing space before asterisk in bufhl_vec_T* [whitespace/operators] [2]
src/nvim/buffer.c:5143: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/buffer.c:5178: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/buffer.c:5179: Missing space before asterisk in bufhl_vec_T* [whitespace/operators] [2]
src/nvim/buffer.c:5205: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/buffer.c:5205: Missing space before asterisk in buf_T* [whitespace/operators] [2]
src/nvim/buffer.c:5219: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/buffer.c:5215: Missing space before asterisk in buf_T* [whitespace/operators] [2]
src/nvim/buffer.c:5251: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/buffer.c:5271: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/buffer.c:5294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:5301: if should always use braces [readability/braces] [5]
src/nvim/buffer.c:5302: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:5303: An else should always have braces before it [readability/braces] [5]
src/nvim/buffer.c:5304: Use false instead of FALSE. [readability/bool] [4]
src/nvim/buffer.c:5340: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/buffer.c:5360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer.c:5365: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer.c:5366: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer.c:5368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/charset.c:145: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/charset.c:166: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/charset.c:177: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/charset.c:255: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/charset.c:304: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/charset.c:362: Use xstrlcat or snprintf instead of STRNCAT [runtime/printf] [4]
src/nvim/charset.c:380: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/charset.c:478: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/charset.c:506: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/charset.c:693: Should leave no spaces after a cast: u'(int) (' [whitespace/cast] [2]
src/nvim/charset.c:729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/charset.c:923: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/charset.c:926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/charset.c:985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/charset.c:995: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/charset.c:1053: if should always use braces [readability/braces] [5]
src/nvim/charset.c:1148: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/charset.c:1379: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/charset.c:1394: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/charset.c:1409: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/charset.c:1428: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/charset.c:1443: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/charset.c:1458: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/charset.c:1476: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/charset.c:1552: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/charset.c:1565: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/charset.c:1565: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/charset.c:1568: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/charset.c:1570: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/charset.c:1704: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/charset.c:1844: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/charset.c:1856: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/cursor.c:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:31: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:46: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:78: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:80: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor.c:81: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:92: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:115: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:116: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/cursor.c:126: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:183: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:203: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:205: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor.c:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:223: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:231: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:234: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:305: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:306: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/cursor.c:309: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:346: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:356: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:358: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor.c:359: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:361: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor.c:362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:382: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:385: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/cursor.c:388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:433: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:441: if should always use braces [readability/braces] [5]
src/nvim/cursor.c:443: Missing space before asterisk in int)* [whitespace/operators] [2]
src/nvim/cursor.c:446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor.c:464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:20: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:20: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:21: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:21: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:22: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:22: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:23: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:23: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:24: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:24: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:25: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:25: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:26: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:26: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:27: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:27: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:28: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:28: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:29: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:29: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:30: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:30: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:31: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:31: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:32: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:32: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:33: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:33: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:34: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:34: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:35: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:35: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:36: Missing space after { [whitespace/braces] [5]
src/nvim/cursor_shape.c:36: Missing space before } [whitespace/braces] [5]
src/nvim/cursor_shape.c:39: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:51: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:55: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:61: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/cursor_shape.c:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:68: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:70: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:83: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:85: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor_shape.c:91: for should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:91: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/cursor_shape.c:92: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:94: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:95: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/cursor_shape.c:97: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:103: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:105: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor_shape.c:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:123: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:125: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor_shape.c:127: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor_shape.c:129: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor_shape.c:131: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor_shape.c:135: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:139: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:142: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:144: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor_shape.c:149: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:151: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor_shape.c:153: An else should always have braces before it [readability/braces] [5]
src/nvim/cursor_shape.c:157: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:163: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:176: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/cursor_shape.c:178: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.c:185: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:186: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/cursor_shape.c:190: if should always use braces [readability/braces] [5]
src/nvim/cursor_shape.c:191: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/cursor_shape.c:195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/diff.c:36: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:67: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:70: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:82: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/diff.c:97: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:98: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:123: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:126: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:127: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:143: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:160: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:177: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:179: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:239: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/diff.c:257: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:278: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/diff.c:278: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/diff.c:279: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/diff.c:279: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/diff.c:280: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/diff.c:281: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/diff.c:281: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/diff.c:282: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/diff.c:282: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/diff.c:283: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/diff.c:284: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/diff.c:284: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/diff.c:285: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/diff.c:285: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/diff.c:301: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:326: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:346: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:355: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:365: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:376: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/diff.c:387: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:408: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:432: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:437: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:448: Missing space before asterisk in diff_T* [whitespace/operators] [2]
src/nvim/diff.c:475: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:504: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:507: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:523: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:535: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:562: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/diff.c:597: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:615: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:632: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:636: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:648: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:659: Should leave no spaces after a cast: u'(char *) vim_tempname' [whitespace/cast] [2]
src/nvim/diff.c:660: Should leave no spaces after a cast: u'(char *) vim_tempname' [whitespace/cast] [2]
src/nvim/diff.c:661: Should leave no spaces after a cast: u'(char *) vim_tempname' [whitespace/cast] [2]
src/nvim/diff.c:678: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:681: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:687: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:690: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:697: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:708: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:747: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:750: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:757: Should leave no spaces after a cast: u'(char_u *) tmp_orig' [whitespace/cast] [2]
src/nvim/diff.c:762: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:768: Should leave no spaces after a cast: u'(char_u *) tmp_new' [whitespace/cast] [2]
src/nvim/diff.c:774: Should leave no spaces after a cast: u'(char_u *) tmp_diff' [whitespace/cast] [2]
src/nvim/diff.c:783: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/diff.c:812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/diff.c:821: Should leave no spaces after a cast: u'(char *) p_srr' [whitespace/cast] [2]
src/nvim/diff.c:823: Should leave no spaces after a cast: u'(char_u *) cmd' [whitespace/cast] [2]
src/nvim/diff.c:841: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/diff.c:860: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:866: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:895: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:902: Should leave no spaces after a cast: u'(char *) tmp_orig' [whitespace/cast] [2]
src/nvim/diff.c:903: Should leave no spaces after a cast: u'(char *) (' [whitespace/cast] [2]
src/nvim/diff.c:904: Should leave no spaces after a cast: u'(char *) tmp_new' [whitespace/cast] [2]
src/nvim/diff.c:906: Should leave no spaces after a cast: u'(char *) tmp_orig' [whitespace/cast] [2]
src/nvim/diff.c:927: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:967: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:968: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1016: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1043: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1062: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1067: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1072: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:1093: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1104: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1186: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/diff.c:1193: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/diff.c:1193: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1221: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/diff.c:1235: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/diff.c:1271: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1290: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:1324: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:1352: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:1358: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/diff.c:1358: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:1368: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1424: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/diff.c:1454: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1470: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:1475: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:1477: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:1480: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1486: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1494: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:1510: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:1524: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:1612: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/diff.c:1613: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/diff.c:1700: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:1761: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1803: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/diff.c:1815: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1823: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:1857: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:1881: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:1889: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:1904: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/diff.c:1905: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/diff.c:1979: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:2025: If you can, use sizeof(buf) instead of 30 as the 2nd arg to snprintf. [runtime/printf] [3]
src/nvim/diff.c:2060: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:2074: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:2081: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:2095: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:2099: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/diff.c:2099: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/diff.c:2112: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:2119: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:2145: Use true instead of TRUE. [readability/bool] [4]
src/nvim/diff.c:2155: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/diff.c:2157: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/diff.c:2248: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:2251: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:2255: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:2260: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:2261: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:2267: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:2268: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:2277: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/diff.c:2342: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:2347: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:2355: Use false instead of FALSE. [readability/bool] [4]
src/nvim/diff.c:2368: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/digraph.c:40: Missing space after { [whitespace/braces] [5]
src/nvim/digraph.c:40: Missing space before } [whitespace/braces] [5]
src/nvim/digraph.c:49: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/digraph.c:837: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/digraph.c:838: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/digraph.c:839: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/digraph.c:840: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/digraph.c:1390: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/digraph.c:1422: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/digraph.c:1429: Use false instead of FALSE. [readability/bool] [4]
src/nvim/digraph.c:1465: Use true instead of TRUE. [readability/bool] [4]
src/nvim/digraph.c:1478: Use true instead of TRUE. [readability/bool] [4]
src/nvim/digraph.c:1502: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/digraph.c:1503: Should leave no spaces after a cast: u'(int) dp' [whitespace/cast] [2]
src/nvim/digraph.c:1507: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/digraph.c:1514: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/digraph.c:1515: Should leave no spaces after a cast: u'(int) dp' [whitespace/cast] [2]
src/nvim/digraph.c:1519: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/digraph.c:1621: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/digraph.c:1626: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/digraph.c:1647: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/digraph.c:1653: Use false instead of FALSE. [readability/bool] [4]
src/nvim/digraph.c:1665: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/digraph.c:1721: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/digraph.c:1740: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/digraph.c:1831: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/digraph.c:1838: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/digraph.c:1842: Use false instead of FALSE. [readability/bool] [4]
src/nvim/digraph.c:1868: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/digraph.c:1870: Use false instead of FALSE. [readability/bool] [4]
src/nvim/digraph.c:1359: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1360: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1361: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1362: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1363: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1364: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1365: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1366: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1367: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1368: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1369: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1370: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1371: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1372: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1373: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1374: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1375: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1376: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1377: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1378: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1379: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1380: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1381: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1382: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1383: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1384: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1385: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1386: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1387: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1388: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1389: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1390: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1391: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1392: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1393: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1394: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1395: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1396: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1397: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1398: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1399: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1400: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1401: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1402: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1403: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1404: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1405: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1406: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1407: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1408: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/digraph.c:1409: Line contains invalid UTF-8 (or Unicode replacement character). [readability/utf8] [5]
src/nvim/edit.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:85: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:118: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:140: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:146: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:146: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:149: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:149: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:150: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:151: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:151: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:152: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:154: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:155: Use operator || instead of or [readability/alt_tokens] [2]
src/nvim/edit.c:155: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:158: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:158: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:161: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:165: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:173: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:175: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:180: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:219: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:234: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:238: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:238: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:272: Should leave no spaces after a cast: u'(char *) s' [whitespace/cast] [2]
src/nvim/edit.c:399: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:559: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:692: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:693: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:695: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:696: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:745: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1204: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1228: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:1229: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:1228: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:1229: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:1332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1340: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:1341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1346: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1348: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1372: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:1388: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1390: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1396: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1399: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:1402: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1404: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1413: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1416: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1419: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:1420: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:1422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1427: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1432: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1444: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1458: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1460: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1472: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:1478: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1497: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1498: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:1499: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1500: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1501: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1514: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1526: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1528: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1542: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1555: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:1559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1559: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/edit.c:1560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1583: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1605: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1608: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1614: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1616: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1616: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:1619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1620: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1641: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1644: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:1646: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1646: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:1647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1661: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1663: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1664: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:1669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1692: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1694: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1696: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:1699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1704: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1706: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1709: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1711: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1725: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:1733: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:1737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1750: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1774: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1790: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1792: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1840: if should always use braces [readability/braces] [5]
src/nvim/edit.c:1842: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:1844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1973: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/edit.c:1977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1981: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1982: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:1985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:1993: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:1995: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:1998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2004: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:2006: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:2009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2017: for should always use braces [readability/braces] [5]
src/nvim/edit.c:2017: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:2018: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2020: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2023: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2025: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:2026: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2028: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2031: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:2033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2034: for should always use braces [readability/braces] [5]
src/nvim/edit.c:2034: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:2041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2047: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:2048: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2050: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2054: for should always use braces [readability/braces] [5]
src/nvim/edit.c:2054: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:2062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2064: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:2065: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2067: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2069: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2071: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2083: while should always use braces [readability/braces] [5]
src/nvim/edit.c:2084: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2086: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2093: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2093: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2095: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2105: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:2110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2120: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2122: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2131: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2132: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2133: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2148: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2157: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2162: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2165: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:2172: for should always use braces [readability/braces] [5]
src/nvim/edit.c:2172: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:2173: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2180: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2182: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2189: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2191: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2193: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2200: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2236: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2240: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2242: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2255: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2262: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:2263: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:2268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2273: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2277: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2281: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2295: for should always use braces [readability/braces] [5]
src/nvim/edit.c:2296: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2297: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2297: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2319: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:2342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2356: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2364: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2372: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:2373: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:2397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2412: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2467: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2468: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2475: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2488: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/edit.c:2489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2493: Missing space before { [whitespace/braces] [5]
src/nvim/edit.c:2497: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2500: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2503: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:2504: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/edit.c:2505: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/edit.c:2505: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/edit.c:2506: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2513: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2514: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:2517: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/edit.c:2523: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/edit.c:2524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2527: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:2528: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:2529: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:2530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2536: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2539: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2543: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2546: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2550: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/edit.c:2551: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:2553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2555: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2556: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:2559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2562: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:2565: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/edit.c:2566: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/edit.c:2566: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/edit.c:2568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2568: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2572: for should always use braces [readability/braces] [5]
src/nvim/edit.c:2572: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:2593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2601: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:2604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2620: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2622: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2631: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2632: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2648: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2664: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2666: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2668: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2668: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2675: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2677: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2682: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2683: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2686: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2696: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/edit.c:2704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2707: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2708: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:2714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2729: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2730: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2742: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2747: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2754: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2758: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/edit.c:2761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2762: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2764: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2765: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:2768: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2771: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2775: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2791: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2792: while should always use braces [readability/braces] [5]
src/nvim/edit.c:2794: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:2795: while should always use braces [readability/braces] [5]
src/nvim/edit.c:2796: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:2800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2810: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2813: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2816: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:2817: while should always use braces [readability/braces] [5]
src/nvim/edit.c:2818: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:2822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2831: while should always use braces [readability/braces] [5]
src/nvim/edit.c:2832: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:2836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2849: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2861: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2863: for should always use braces [readability/braces] [5]
src/nvim/edit.c:2863: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:2874: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2883: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2920: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2927: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2956: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2978: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2979: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:2982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:2990: if should always use braces [readability/braces] [5]
src/nvim/edit.c:2995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3014: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3019: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3023: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3034: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3045: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3073: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3073: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3078: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3080: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:3099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3102: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3116: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3117: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/edit.c:3121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3129: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3131: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3160: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:3162: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:3180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3187: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3189: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3204: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3206: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3217: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3219: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3246: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3248: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3260: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3301: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3304: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3310: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3325: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3329: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3331: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:3332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3334: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3358: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3360: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3365: for should always use braces [readability/braces] [5]
src/nvim/edit.c:3365: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:3366: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/edit.c:3367: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3369: for should always use braces [readability/braces] [5]
src/nvim/edit.c:3371: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:3373: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3390: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3393: while should always use braces [readability/braces] [5]
src/nvim/edit.c:3395: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/edit.c:3397: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:3398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3401: while should always use braces [readability/braces] [5]
src/nvim/edit.c:3407: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/edit.c:3412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3417: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:3418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3432: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3444: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3470: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3472: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3476: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3478: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3492: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3495: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3509: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3514: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3515: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3520: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3533: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3534: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3535: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3552: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3571: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:3571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3571: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3596: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3608: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3617: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3618: while should always use braces [readability/braces] [5]
src/nvim/edit.c:3623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3624: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3631: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3634: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3634: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3637: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3643: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3644: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3651: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3652: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3653: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3654: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3655: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3656: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3657: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:3659: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3659: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:3663: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3665: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3671: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:3673: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3675: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3678: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3679: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:3682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3685: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3686: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3697: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3730: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3731: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3732: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3740: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3741: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/edit.c:3742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3749: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3750: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3751: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3752: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3762: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3763: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3773: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3774: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3781: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3783: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3788: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:3795: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3796: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:3798: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3799: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3800: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3801: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:3803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3804: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3807: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3808: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:3812: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3813: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3818: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3819: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3820: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3822: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3825: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3827: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3828: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3838: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3853: Use xstrlcpy or snprintf instead of STRNCPY (unless this is from Vim) [runtime/printf] [4]
src/nvim/edit.c:3856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3858: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3862: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3873: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3875: Use xstrlcpy or snprintf instead of STRNCPY (unless this is from Vim) [runtime/printf] [4]
src/nvim/edit.c:3882: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3887: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3888: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:3897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3899: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3906: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3909: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3916: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3924: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3927: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:3934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3945: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3950: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:3977: if should always use braces [readability/braces] [5]
src/nvim/edit.c:3978: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:3979: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:3980: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:4001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4018: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:4030: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4036: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4043: while should always use braces [readability/braces] [5]
src/nvim/edit.c:4044: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4053: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4053: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4056: while should always use braces [readability/braces] [5]
src/nvim/edit.c:4057: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4064: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4075: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4076: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4095: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4097: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4104: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4105: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:4106: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4107: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:4110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4118: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:4122: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:4123: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:4126: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4128: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4131: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4131: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4132: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:4133: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4150: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4158: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4179: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:4184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4191: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4193: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4197: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4218: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4222: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4234: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4242: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4243: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:4257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4292: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4340: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4341: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4342: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4343: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4344: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4382: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:4383: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:4388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4397: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4401: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:4403: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:4406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4408: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4421: while should always use braces [readability/braces] [5]
src/nvim/edit.c:4422: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/edit.c:4426: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4428: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4435: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4436: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4439: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:4440: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/edit.c:4439: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:4440: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/edit.c:4439: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:4440: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/edit.c:4440: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/edit.c:4452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4462: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4463: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4467: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:4468: while should always use braces [readability/braces] [5]
src/nvim/edit.c:4469: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/edit.c:4473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4483: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4486: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4492: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4494: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4496: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4504: while should always use braces [readability/braces] [5]
src/nvim/edit.c:4506: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4508: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4547: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4556: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4571: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4586: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4588: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4591: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4604: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/edit.c:4613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4640: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4642: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4653: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4686: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4695: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4708: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4709: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4710: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4716: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4718: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4741: for should always use braces [readability/braces] [5]
src/nvim/edit.c:4748: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4751: for should always use braces [readability/braces] [5]
src/nvim/edit.c:4755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4759: for should always use braces [readability/braces] [5]
src/nvim/edit.c:4766: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4769: for should always use braces [readability/braces] [5]
src/nvim/edit.c:4776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4783: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4785: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4786: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4787: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4789: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4790: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:4793: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4794: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4799: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4818: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4838: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4842: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4845: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4851: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4855: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4862: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4863: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:4864: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:4865: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:4866: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4871: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4888: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4889: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4892: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4895: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:4900: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4904: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4905: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:4906: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4907: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:4908: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4910: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:4910: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:4914: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4918: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4922: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4927: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:4930: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4936: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4937: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4940: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4942: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:4945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4955: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4957: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4958: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/edit.c:4958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4959: Extra space for operator ! [whitespace/operators] [4]
src/nvim/edit.c:4961: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:4962: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4964: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:4991: if should always use braces [readability/braces] [5]
src/nvim/edit.c:4996: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:4999: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5017: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:5017: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:5017: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:5019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5030: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:5031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5070: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/edit.c:5071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5073: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5082: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5084: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5088: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5102: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5105: while should always use braces [readability/braces] [5]
src/nvim/edit.c:5106: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:5108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5109: while should always use braces [readability/braces] [5]
src/nvim/edit.c:5110: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:5112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5113: while should always use braces [readability/braces] [5]
src/nvim/edit.c:5114: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:5117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5119: while should always use braces [readability/braces] [5]
src/nvim/edit.c:5120: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/edit.c:5123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5141: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5142: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5143: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5144: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5167: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5178: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:5179: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:5180: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:5181: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:5183: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:5185: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5187: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5199: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:5201: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5215: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5217: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:5223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5230: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:5235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5240: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5244: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5246: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5284: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5287: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5288: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5289: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:5291: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5294: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5295: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5296: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:5299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5303: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5304: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5305: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5310: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5328: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5330: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:5333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5341: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5344: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5348: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5351: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5357: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5366: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5372: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5380: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5386: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5394: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5397: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5404: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5407: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5425: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5427: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:5430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5435: while should always use braces [readability/braces] [5]
src/nvim/edit.c:5439: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5452: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5456: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5465: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:5466: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:5467: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:5468: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:5469: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5482: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5486: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5488: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:5488: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5489: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:5493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5499: for should always use braces [readability/braces] [5]
src/nvim/edit.c:5507: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5524: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5528: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5529: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5531: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5532: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5533: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5534: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5538: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5557: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:5558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5558: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/edit.c:5559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5569: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5576: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5587: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5600: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5601: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5610: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:5611: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5620: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5628: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:5631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5642: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5644: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5645: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:5646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5647: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5659: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:5660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5668: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5670: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5671: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:5671: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:5678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5679: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5680: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5694: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:5695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5705: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5713: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5716: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5720: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5738: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:5744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5768: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5769: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5784: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5795: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5796: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5808: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/edit.c:5812: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5817: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5818: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5829: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5830: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5845: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:5847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5868: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:5872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5886: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5890: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5893: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5897: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5905: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5921: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5922: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:5924: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5926: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5926: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:5927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5929: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5931: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:5931: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:5932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5936: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:5940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5952: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5953: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5954: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5955: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:5957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:5978: if should always use braces [readability/braces] [5]
src/nvim/edit.c:5997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6009: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:6011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6016: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:6022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6031: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6033: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6033: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:6040: for should always use braces [readability/braces] [5]
src/nvim/edit.c:6041: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:6042: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6044: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6067: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:6068: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/edit.c:6068: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/edit.c:6070: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6077: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6080: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6082: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6085: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6087: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6093: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6103: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6113: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6116: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/edit.c:6118: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6126: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6127: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/edit.c:6128: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/edit.c:6128: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/edit.c:6132: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6136: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6139: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6140: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6144: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6150: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:6152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6164: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6166: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6175: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6176: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6181: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6184: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6186: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:6191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6194: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6204: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:6206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6220: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6222: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6227: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6229: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6230: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6231: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6234: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6236: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:6241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6244: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6256: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:6257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6274: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6276: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6293: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6299: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6302: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6306: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6314: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6328: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6332: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6356: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:6359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6400: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6413: for should always use braces [readability/braces] [5]
src/nvim/edit.c:6413: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:6426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6431: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:6432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6437: for should always use braces [readability/braces] [5]
src/nvim/edit.c:6439: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6441: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:6446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6476: for should always use braces [readability/braces] [5]
src/nvim/edit.c:6476: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:6479: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:6482: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6486: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6495: for should always use braces [readability/braces] [5]
src/nvim/edit.c:6495: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:6497: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6499: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6499: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:6500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6501: for should always use braces [readability/braces] [5]
src/nvim/edit.c:6501: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:6509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6552: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6557: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6567: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:6573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6577: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:6578: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6583: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6585: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:6596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6614: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/edit.c:6615: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6617: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6619: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6651: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6653: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6728: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:6754: while should always use braces [readability/braces] [5]
src/nvim/edit.c:6756: while should always use braces [readability/braces] [5]
src/nvim/edit.c:6759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6762: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/edit.c:6763: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6765: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6766: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6767: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:6768: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:6770: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6774: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:6779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6787: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6790: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:6791: for should always use braces [readability/braces] [5]
src/nvim/edit.c:6791: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/edit.c:6792: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6795: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6799: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6800: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:6801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6807: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6813: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6819: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6821: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:6837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6851: Missing spaces around = [whitespace/operators] [4]
src/nvim/edit.c:6851: Missing space after { [whitespace/braces] [5]
src/nvim/edit.c:6853: Missing space before } [whitespace/braces] [5]
src/nvim/edit.c:6855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6855: Missing space after { [whitespace/braces] [5]
src/nvim/edit.c:6856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6858: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6861: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6863: Missing space before } [whitespace/braces] [5]
src/nvim/edit.c:6865: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6868: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6870: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6872: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6874: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6875: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/edit.c:6876: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6877: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/edit.c:6878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6883: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6885: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:6895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6902: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6915: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:6920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6926: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:6928: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6937: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6939: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6945: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6947: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6951: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6981: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:6982: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6983: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:6987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6988: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:6992: if should always use braces [readability/braces] [5]
src/nvim/edit.c:6996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7006: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7010: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:7012: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:7014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7017: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7023: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7027: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7028: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7053: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7094: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7103: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7109: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7121: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7127: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7128: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7146: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/edit.c:7151: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7152: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:7154: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:7155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7156: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7187: while should always use braces [readability/braces] [5]
src/nvim/edit.c:7188: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:7197: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:7200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7205: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7208: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7210: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:7211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7233: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7288: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7290: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:7292: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:7294: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7295: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7296: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:7300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7309: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7318: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:7319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7319: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7321: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7323: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7325: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7326: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:7327: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7329: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7330: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7331: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7332: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7333: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7334: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7341: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7354: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7355: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7356: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7357: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7372: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7375: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:7376: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7466: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7478: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:7480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7486: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:7486: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7490: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7494: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7495: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7497: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:7500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7528: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7533: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7545: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7554: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:7566: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7567: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7569: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:7571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7582: while should always use braces [readability/braces] [5]
src/nvim/edit.c:7586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7594: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7596: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:7596: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:7598: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7606: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7639: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7641: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:7641: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:7644: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7646: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7652: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7658: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7696: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7713: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7732: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7743: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:7753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7757: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7765: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7767: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:7768: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:7773: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7776: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7791: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7801: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7811: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7818: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:7831: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7835: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7847: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7851: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7861: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7876: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7885: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7887: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:7887: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:7888: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7890: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:7891: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:7895: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7900: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/edit.c:7903: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7904: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:7914: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7928: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:7929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7938: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7939: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7941: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7977: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/edit.c:7978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:7987: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:7988: if should always use braces [readability/braces] [5]
src/nvim/edit.c:7990: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8057: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8058: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8059: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8060: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8079: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8081: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:8081: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/edit.c:8083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8083: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8116: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8117: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8122: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8123: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8142: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8149: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8153: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8154: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8165: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8166: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8170: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8171: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8180: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8183: for should always use braces [readability/braces] [5]
src/nvim/edit.c:8188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8200: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/edit.c:8204: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8230: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8244: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8247: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8251: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8259: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:8260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8275: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8280: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8282: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:8283: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:8288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8290: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8291: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8293: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8294: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8295: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8302: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:8306: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8309: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8312: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8313: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:8314: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:8318: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8319: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8321: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8322: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/edit.c:8323: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8329: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:8338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8363: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8381: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8383: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:8391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8395: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8399: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:8403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8404: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8439: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8440: while should always use braces [readability/braces] [5]
src/nvim/edit.c:8441: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/edit.c:8444: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8448: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8449: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8450: An else should always have braces before it [readability/braces] [5]
src/nvim/edit.c:8453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8457: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:8464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8465: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8468: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8469: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8472: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8473: Use true instead of TRUE. [readability/bool] [4]
src/nvim/edit.c:8477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8487: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8497: if should always use braces [readability/braces] [5]
src/nvim/edit.c:8503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8518: Should leave no spaces after a cast: u'(char_u *) buf' [whitespace/cast] [2]
src/nvim/edit.c:8529: Use false instead of FALSE. [readability/bool] [4]
src/nvim/edit.c:8530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.c:8533: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:98: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:100: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/eval.c:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:103: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/eval.c:103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:103: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:136: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/eval.c:136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:197: Missing space after { [whitespace/braces] [5]
src/nvim/eval.c:197: Missing space before } [whitespace/braces] [5]
src/nvim/eval.c:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:218: Missing space after { [whitespace/braces] [5]
src/nvim/eval.c:218: Missing space before } [whitespace/braces] [5]
src/nvim/eval.c:229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:240: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/eval.c:241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:494: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/eval.c:494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:545: if should always use braces [readability/braces] [5]
src/nvim/eval.c:547: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:549: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:553: if should always use braces [readability/braces] [5]
src/nvim/eval.c:555: if should always use braces [readability/braces] [5]
src/nvim/eval.c:556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:566: Should leave no spaces after a cast: u'(char_u *) msgpack_type_names' [whitespace/cast] [2]
src/nvim/eval.c:622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:637: for should always use braces [readability/braces] [5]
src/nvim/eval.c:637: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:639: for should always use braces [readability/braces] [5]
src/nvim/eval.c:639: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:711: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:724: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:725: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:750: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:749: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:754: if should always use braces [readability/braces] [5]
src/nvim/eval.c:755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:757: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:767: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:770: if should always use braces [readability/braces] [5]
src/nvim/eval.c:771: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:772: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:773: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:799: if should always use braces [readability/braces] [5]
src/nvim/eval.c:802: if should always use braces [readability/braces] [5]
src/nvim/eval.c:803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:804: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:829: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:829: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:830: if should always use braces [readability/braces] [5]
src/nvim/eval.c:831: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:891: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:896: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:910: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:921: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:922: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:930: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:932: if should always use braces [readability/braces] [5]
src/nvim/eval.c:933: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:934: if should always use braces [readability/braces] [5]
src/nvim/eval.c:935: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:936: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:936: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:937: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:943: if should always use braces [readability/braces] [5]
src/nvim/eval.c:944: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:955: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:964: if should always use braces [readability/braces] [5]
src/nvim/eval.c:965: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:966: if should always use braces [readability/braces] [5]
src/nvim/eval.c:968: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:968: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:972: if should always use braces [readability/braces] [5]
src/nvim/eval.c:973: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:987: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1003: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1003: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1005: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1005: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1010: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1018: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1036: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1037: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1038: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1039: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1040: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1041: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1042: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1058: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1060: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1060: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1062: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1062: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1066: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1080: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1084: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1095: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1097: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1118: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1119: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1121: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1122: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1124: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1128: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1129: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1146: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1151: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1165: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1221: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1229: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1246: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:1247: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:1251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1258: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1258: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1272: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:1276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1283: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1283: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1297: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:1301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1307: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1307: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1386: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1388: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1389: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1390: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1391: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1393: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1393: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1395: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1395: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1397: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1399: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1401: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1401: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1405: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1411: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1412: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1413: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1414: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1438: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1441: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1443: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1444: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1449: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1451: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1454: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1477: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1478: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1481: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1483: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1486: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1485: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1500: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:1501: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:1504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1520: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1546: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1548: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1567: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1566: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1569: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1602: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1605: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1607: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1619: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1629: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1632: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1639: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/eval.c:1646: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:1648: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1650: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1662: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1673: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1673: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1675: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/eval.c:1677: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1686: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1686: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1695: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1695: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1703: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1711: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1713: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1713: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1721: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1723: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1723: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1731: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1743: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1750: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1755: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1759: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1769: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1769: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1770: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1771: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1771: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1787: Should leave no spaces after a cast: u'(char_u *) encode_tv2echo' [whitespace/cast] [2]
src/nvim/eval.c:1791: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1792: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1793: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1794: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1818: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:1819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1839: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1842: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1844: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1844: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1845: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1847: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1850: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1864: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1866: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1867: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1868: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1870: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1883: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/eval.c:1884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1886: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1889: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1889: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1903: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:1904: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1907: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1907: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1909: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1911: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1931: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/eval.c:1932: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:1933: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1935: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1938: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1938: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1961: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/eval.c:1964: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1966: if should always use braces [readability/braces] [5]
src/nvim/eval.c:1968: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:1968: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1974: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:1980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:1987: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:1989: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:1992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2011: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:2017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2027: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:2034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2059: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2065: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2069: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2075: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2078: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2089: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2094: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2102: for should always use braces [readability/braces] [5]
src/nvim/eval.c:2102: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:2103: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/eval.c:2105: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2113: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2114: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2115: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2115: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2116: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:2117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2117: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2117: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2129: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2131: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2137: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2139: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2144: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2145: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2146: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2146: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2147: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:2148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2148: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2149: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2155: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2161: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2162: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2163: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:2166: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2168: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2170: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2176: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2202: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2208: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2210: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2223: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2225: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2229: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2231: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2233: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2241: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2248: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2250: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2250: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2264: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2266: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2283: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2291: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2294: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2321: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/eval.c:2346: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2376: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2378: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2378: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2383: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2391: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2393: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2395: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2479: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2482: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2488: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2496: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2498: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2504: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2506: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2513: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2529: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2533: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2535: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2537: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2539: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2580: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2588: for should always use braces [readability/braces] [5]
src/nvim/eval.c:2589: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2606: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2609: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2618: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2619: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2621: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:2631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2639: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2640: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2658: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2659: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:2660: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2660: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2663: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:2662: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2685: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:2692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2696: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2701: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2705: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:2710: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2715: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2717: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/eval.c:2720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2723: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2736: while should always use braces [readability/braces] [5]
src/nvim/eval.c:2737: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2738: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2742: while should always use braces [readability/braces] [5]
src/nvim/eval.c:2743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2743: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/eval.c:2747: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2749: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2751: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2753: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2758: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2759: while should always use braces [readability/braces] [5]
src/nvim/eval.c:2760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2760: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/eval.c:2766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2787: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2788: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2788: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:2790: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2800: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2805: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2806: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2832: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2834: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2836: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:2850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2851: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2852: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2857: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2864: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2867: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2868: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:2871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2873: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2875: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:2884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2900: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2902: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2917: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:2921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2923: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:2922: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2924: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2925: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2929: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2932: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2939: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2940: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2942: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2943: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:2944: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:2948: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2967: if should always use braces [readability/braces] [5]
src/nvim/eval.c:2969: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:2991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:2996: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3088: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3105: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3113: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3115: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3115: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:3116: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:3117: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3119: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3119: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:3120: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3122: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3135: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3164: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3166: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3169: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3171: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3177: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3179: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3181: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3183: for should always use braces [readability/braces] [5]
src/nvim/eval.c:3189: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3191: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3196: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:3198: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3215: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3243: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:3245: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3246: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3303: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3305: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3306: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3307: while should always use braces [readability/braces] [5]
src/nvim/eval.c:3308: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3309: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3317: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3319: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3320: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3321: while should always use braces [readability/braces] [5]
src/nvim/eval.c:3322: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3326: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3333: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3335: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3336: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3337: while should always use braces [readability/braces] [5]
src/nvim/eval.c:3338: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3345: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3347: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3348: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3349: while should always use braces [readability/braces] [5]
src/nvim/eval.c:3350: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3422: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3429: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3433: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3458: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3462: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3464: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3466: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3467: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:3469: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3477: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3485: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3495: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3499: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3520: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3525: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3531: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:3532: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3535: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3536: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:3538: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3540: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3547: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3554: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3555: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:3557: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3583: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3588: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3594: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:3595: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:3598: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3599: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3601: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3603: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3610: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3617: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3618: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3620: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3656: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3666: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3673: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3678: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3684: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:3690: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:3699: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:3705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3711: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:3712: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3715: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/eval.c:3716: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3717: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:3719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3720: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/eval.c:3723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3741: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3756: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:3756: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3757: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3764: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3768: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3770: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3778: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:3778: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3779: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3819: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/eval.c:3823: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3825: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3827: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3829: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3831: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3848: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/eval.c:3861: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3866: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3868: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:3870: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3925: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3925: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3933: if should always use braces [readability/braces] [5]
src/nvim/eval.c:3939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3952: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:3981: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:3989: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:3997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4003: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4016: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4023: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4025: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4030: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4032: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4055: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:4056: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:4060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4066: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:4068: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:4070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4073: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4081: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4087: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:4089: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:4092: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4094: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:4097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4101: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4101: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:4108: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:4115: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4117: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4149: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4151: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4153: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4155: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4157: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4159: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:4162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4162: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4164: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4250: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4252: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4267: Should leave no spaces after a cast: u'(char *) *arg' [whitespace/cast] [2]
src/nvim/eval.c:4314: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4322: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4407: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4441: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:4442: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:4446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4449: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:4453: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:4494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4498: for should always use braces [readability/braces] [5]
src/nvim/eval.c:4498: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:4499: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/eval.c:4500: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4510: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4511: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:4512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4512: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4514: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4524: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:4526: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4527: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:4528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4528: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4529: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4534: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4543: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4546: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4560: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4562: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4562: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:4574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4578: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4581: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4583: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4585: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4587: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4593: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4595: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4605: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4611: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4621: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4623: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4625: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4636: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4646: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4648: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4665: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4667: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4669: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4695: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:4696: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:4698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4716: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4729: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:4731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4732: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4749: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:4752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4773: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4776: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4827: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4830: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4833: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4835: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:4840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4851: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4854: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4859: Should leave no spaces after a cast: u'(const char_u **) &p' [whitespace/cast] [2]
src/nvim/eval.c:4869: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:4871: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/eval.c:4879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4894: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4896: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4897: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4912: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4921: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4923: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:4968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:4968: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4977: if should always use braces [readability/braces] [5]
src/nvim/eval.c:4999: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5014: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5037: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/eval.c:5045: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/eval.c:5056: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/eval.c:5070: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/eval.c:5077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5109: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5117: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:5118: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:5121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5127: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5128: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:5129: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5130: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:5131: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5132: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:5134: for should always use braces [readability/braces] [5]
src/nvim/eval.c:5137: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5138: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:5142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5153: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:5154: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:5157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5179: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:5182: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5183: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:5184: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5185: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:5186: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5189: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:5198: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/eval.c:5248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5253: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:5254: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:5257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5272: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5275: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5276: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:5295: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5296: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:5297: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5301: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5302: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:5303: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5342: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5346: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5350: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5383: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5388: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5401: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:5402: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:5405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5412: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5413: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:5419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5443: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5446: for should always use braces [readability/braces] [5]
src/nvim/eval.c:5447: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5448: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5468: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5493: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5507: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5524: Should leave no spaces after a cast: u'(char *) str' [whitespace/cast] [2]
src/nvim/eval.c:5525: Should leave no spaces after a cast: u'(char *) str' [whitespace/cast] [2]
src/nvim/eval.c:5543: Should leave no spaces after a cast: u'(char_u *) str' [whitespace/cast] [2]
src/nvim/eval.c:5546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5572: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5575: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:5575: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:5576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5581: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5587: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5615: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5620: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5648: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5666: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:5670: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5685: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:5726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5735: Should leave no spaces after a cast: u'(int) len' [whitespace/cast] [2]
src/nvim/eval.c:5738: Should leave no spaces after a cast: u'(char_u *) s' [whitespace/cast] [2]
src/nvim/eval.c:5743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5745: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5749: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:5753: Should leave no spaces after a cast: u'(const char_u *) sep' [whitespace/cast] [2]
src/nvim/eval.c:5757: if should always use braces [readability/braces] [5]
src/nvim/eval.c:5808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:5857: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:6101: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:6103: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:6305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6313: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6377: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/eval.c:6383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6387: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:6389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6395: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:6409: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/eval.c:6423: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/eval.c:6430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6505: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6515: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:6517: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:6522: Should leave no spaces after a cast: u'(char *) string_convert' [whitespace/cast] [2]
src/nvim/eval.c:6527: Should leave no spaces after a cast: u'(char_u *) key' [whitespace/cast] [2]
src/nvim/eval.c:6537: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:6546: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:6556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6605: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:6644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6649: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6682: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6771: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6771: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:6773: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6785: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6803: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6824: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6846: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:6867: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/eval.c:6884: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:6918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6927: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6931: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:6964: if should always use braces [readability/braces] [5]
src/nvim/eval.c:6968: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7038: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:7039: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:7040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7045: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7070: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:7071: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7074: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7075: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:7076: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7091: while should always use braces [readability/braces] [5]
src/nvim/eval.c:7217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7238: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:7240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7244: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:7245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7250: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7251: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:7252: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7254: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7256: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7258: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7258: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:7261: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:7280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7292: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7309: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:7313: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:7317: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:7331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7339: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7341: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7344: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7437: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:7440: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7442: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7444: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7464: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:7468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7502: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:7511: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7516: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7518: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7520: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7527: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:7528: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:7529: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7535: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7537: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:7538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7576: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7578: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7583: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:7618: Should leave no spaces after a cast: u'(char_u *) encode_tv2string' [whitespace/cast] [2]
src/nvim/eval.c:7628: Should leave no spaces after a cast: u'(char_u *) encode_tv2string' [whitespace/cast] [2]
src/nvim/eval.c:7757: Should leave no spaces after a cast: u'(SpecialVarValue) (' [whitespace/cast] [2]
src/nvim/eval.c:7811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7819: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7822: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7851: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7853: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7914: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7916: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7918: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7920: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7925: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:7930: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:7930: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:7935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7936: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7950: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:7951: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:7953: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7955: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:7957: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:7960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7966: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:7969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7970: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:7971: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:7972: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:7974: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:7976: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7984: if should always use braces [readability/braces] [5]
src/nvim/eval.c:7986: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:8023: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/eval.c:8033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8041: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8043: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:8045: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:8057: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8062: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8064: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8066: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:8072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8077: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8085: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:8103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8116: while should always use braces [readability/braces] [5]
src/nvim/eval.c:8133: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8175: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8178: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8180: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:8182: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8200: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8221: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8225: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8227: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:8231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8237: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:8240: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8263: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8272: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8311: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8314: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8315: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:8318: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8319: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:8324: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8325: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:8326: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:8326: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8339: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8342: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8344: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:8344: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8361: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8371: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8378: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8382: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8386: for should always use braces [readability/braces] [5]
src/nvim/eval.c:8387: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8387: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8388: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:8396: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8400: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8405: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:8407: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:8408: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8408: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8409: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:8413: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8434: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8507: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8690: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8701: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8703: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:8704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8705: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8707: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8716: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8718: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:8719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8773: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:8777: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8785: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8789: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:8793: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8911: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8917: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8918: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:8919: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:8919: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:8920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8922: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8923: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:8926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8927: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:8928: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8929: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8935: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8937: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:8939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8945: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:8952: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8953: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:8954: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8958: if should always use braces [readability/braces] [5]
src/nvim/eval.c:8959: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:8977: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:8991: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:8993: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:8999: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:9002: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9004: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9010: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9012: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9014: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:9015: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9015: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:9023: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:9028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9043: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:9045: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:9048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9051: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9054: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:9054: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:9056: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9107: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9115: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9118: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9120: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9120: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:9127: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:9143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9145: Missing space after { [whitespace/braces] [5]
src/nvim/eval.c:9145: Missing space before } [whitespace/braces] [5]
src/nvim/eval.c:9148: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9150: for should always use braces [readability/braces] [5]
src/nvim/eval.c:9150: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:9151: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9157: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:9164: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:9168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9179: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9197: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/eval.c:9200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9219: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:9220: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9229: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9230: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:9231: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9231: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:9232: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9235: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9246: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9255: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9257: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9259: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/eval.c:9263: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9317: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9326: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:9328: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:9340: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9361: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9364: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9366: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:9387: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9387: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:9389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9400: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9407: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9421: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9448: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9450: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9452: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9465: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9468: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9478: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9496: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9498: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9498: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:9504: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9506: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9522: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9523: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9525: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:9533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9538: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9546: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:9549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9557: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9585: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:9591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9598: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9605: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/eval.c:9608: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/eval.c:9611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9632: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9637: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:9638: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9804: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:9806: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9807: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:9810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:9823: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:9826: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9832: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9881: if should always use braces [readability/braces] [5]
src/nvim/eval.c:9883: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:10000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10006: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/eval.c:10016: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10020: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10021: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:10022: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10026: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10029: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10031: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10035: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/eval.c:10035: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:10040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10050: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:10051: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:10052: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:10055: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10057: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10060: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:10063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10072: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:10074: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10076: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:10077: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:10083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10110: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:10110: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:10113: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:10117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10121: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10125: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:10128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10134: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:10136: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:10137: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:10166: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10170: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:10171: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:10180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10193: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:10195: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10214: for should always use braces [readability/braces] [5]
src/nvim/eval.c:10215: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:10225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10493: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10513: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10515: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10515: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:10518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10559: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10561: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10564: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10568: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10572: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10576: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10580: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10583: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10608: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10610: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:10619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10631: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:10634: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:10640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10652: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:10653: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:10667: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/eval.c:10689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10713: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:10714: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:10720: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:10721: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:10725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10784: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10789: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:10801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10816: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:10817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10821: if should always use braces [readability/braces] [5]
src/nvim/eval.c:10885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10908: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:10915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10916: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:10924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:10992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11012: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:11014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11079: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:11080: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:11083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11093: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11095: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:11099: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:11129: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11143: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11147: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:11150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11157: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11163: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11179: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11181: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11183: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:11184: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:11184: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:11192: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:11293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11435: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11439: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:11543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11551: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11554: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11556: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:11556: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:11558: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11562: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11563: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:11564: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:11565: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11612: Should leave no spaces after a cast: u'(int) get_tv_number' [whitespace/cast] [2]
src/nvim/eval.c:11621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11713: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11715: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:11723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11731: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11733: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:11737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11745: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11756: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11762: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11764: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11768: for should always use braces [readability/braces] [5]
src/nvim/eval.c:11769: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11799: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11799: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11804: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11806: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:11806: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:11807: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:11813: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11821: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11833: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11838: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11839: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:11849: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:11852: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11856: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/eval.c:11860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11861: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11862: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11873: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11876: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11881: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:11884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11901: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:11909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11911: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11918: Missing space after { [whitespace/braces] [5]
src/nvim/eval.c:11918: Missing space before } [whitespace/braces] [5]
src/nvim/eval.c:11920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11926: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:11928: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:11929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11936: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:11966: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:11981: if should always use braces [readability/braces] [5]
src/nvim/eval.c:11983: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:11983: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:11997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12024: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:12023: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:12026: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12028: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12028: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:12030: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12032: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12032: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:12033: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:12035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12044: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:12046: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12048: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12051: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12081: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12087: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:12089: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:12096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12109: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:12125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12144: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:12254: Should leave no spaces after a cast: u'(char *) save_tv_as_string' [whitespace/cast] [2]
src/nvim/eval.c:12295: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:12477: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:12536: Should leave no spaces after a cast: u'(int) (' [whitespace/cast] [2]
src/nvim/eval.c:12574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12586: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12588: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12590: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12597: Should leave no spaces after a cast: u'(char *) sep' [whitespace/cast] [2]
src/nvim/eval.c:12600: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:12622: Should leave no spaces after a cast: u'(char *) get_tv_string_buf_chk' [whitespace/cast] [2]
src/nvim/eval.c:12630: Should leave no spaces after a cast: u'(int) len' [whitespace/cast] [2]
src/nvim/eval.c:12642: Should leave no spaces after a cast: u'(char_u *) encode_tv2json' [whitespace/cast] [2]
src/nvim/eval.c:12645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12712: Should leave no spaces after a cast: u'(char *) argvars' [whitespace/cast] [2]
src/nvim/eval.c:12713: Should leave no spaces after a cast: u'(char *) argvars' [whitespace/cast] [2]
src/nvim/eval.c:12719: Should leave no spaces after a cast: u'(char *) argvars' [whitespace/cast] [2]
src/nvim/eval.c:12724: Should leave no spaces after a cast: u'(char **) &rettv' [whitespace/cast] [2]
src/nvim/eval.c:12737: Should leave no spaces after a cast: u'(int) int_out' [whitespace/cast] [2]
src/nvim/eval.c:12741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12766: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:12767: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12780: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12782: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12784: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12785: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:12788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12802: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:12806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12823: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:12824: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:12828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12833: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12840: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12843: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:12845: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12857: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12858: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:12864: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:12884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12889: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:12892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12897: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:12900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12905: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:12927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12948: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12957: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12961: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:12964: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12968: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12972: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12974: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:12979: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12981: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:12981: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:12987: if should always use braces [readability/braces] [5]
src/nvim/eval.c:12989: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13000: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:13012: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13014: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13020: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:13025: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:13049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13050: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:13060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13061: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13063: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13065: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:13066: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:13068: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13068: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:13069: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13072: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13114: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13148: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:13193: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:13203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13231: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:13231: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:13234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13268: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:13281: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13284: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13291: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:13298: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:13300: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:13304: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:13305: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:13310: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:13315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13320: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:13323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13328: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:13331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13341: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13345: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13347: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13347: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:13348: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13353: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13357: Should leave no spaces after a cast: u'(char *) dir' [whitespace/cast] [2]
src/nvim/eval.c:13373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13384: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13386: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13391: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13393: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13395: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:13397: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13401: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:13403: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13407: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13416: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13422: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13448: Should leave no spaces after a cast: u'(char *) msg' [whitespace/cast] [2]
src/nvim/eval.c:13536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13543: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:13548: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13564: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13566: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13568: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13608: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13611: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13623: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13625: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13626: while should always use braces [readability/braces] [5]
src/nvim/eval.c:13627: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:13631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13651: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:13663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13668: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13697: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:13705: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13709: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13711: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13713: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13715: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13715: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:13723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13728: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:13731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13731: Missing space before asterisk in 256)* [whitespace/operators] [2]
src/nvim/eval.c:13733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13743: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13744: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:13745: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13769: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:13775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13777: while should always use braces [readability/braces] [5]
src/nvim/eval.c:13778: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:13779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13780: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13781: while should always use braces [readability/braces] [5]
src/nvim/eval.c:13782: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:13788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13805: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13807: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:13809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13811: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13826: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13828: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13828: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:13829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13833: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/eval.c:13836: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13846: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13851: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/eval.c:13852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13856: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13858: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:13858: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:13865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:13875: if should always use braces [readability/braces] [5]
src/nvim/eval.c:13878: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:13959: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:13979: Should leave no spaces after a cast: u'(char_u *) xstrdup' [whitespace/cast] [2]
src/nvim/eval.c:13983: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14026: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14027: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/eval.c:14028: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14030: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14030: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:14037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14039: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14040: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/eval.c:14041: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14043: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14043: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:14047: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:14048: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14051: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14053: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14053: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:14068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14075: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14077: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14079: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:14082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14105: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14109: for should always use braces [readability/braces] [5]
src/nvim/eval.c:14116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14143: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:14144: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:14149: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14151: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:14155: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:14156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14172: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14186: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14195: Should leave no spaces after a cast: u'(char_u *) xstrdup' [whitespace/cast] [2]
src/nvim/eval.c:14202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14219: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14226: Use xstrlcat or snprintf instead of STRNCAT [runtime/printf] [4]
src/nvim/eval.c:14230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14231: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14233: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14233: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:14239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14257: while should always use braces [readability/braces] [5]
src/nvim/eval.c:14259: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14268: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14311: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:14325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14339: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14347: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14361: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:14364: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14366: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:14381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14390: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14406: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14410: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14432: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:14434: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14436: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14438: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14452: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14454: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14455: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:14631: Should leave no spaces after a cast: u'(char *) get_tv_string' [whitespace/cast] [2]
src/nvim/eval.c:14668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14679: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14682: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14699: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14702: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14702: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:14704: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14706: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14747: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:14749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14754: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14757: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14783: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14788: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14801: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14805: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14808: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14808: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:14812: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14816: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14821: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14825: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:14833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14861: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14866: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:14867: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:14868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14876: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14905: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/eval.c:14906: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14908: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14910: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:14909: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/eval.c:14911: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14921: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:14922: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14926: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14932: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14934: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14946: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:14949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14954: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14961: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:14962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14966: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14972: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14973: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:14974: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:14976: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14979: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:14992: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14997: if should always use braces [readability/braces] [5]
src/nvim/eval.c:14999: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15006: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15027: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15043: Should leave no spaces after a cast: u'(char_u *) addrs' [whitespace/cast] [2]
src/nvim/eval.c:15071: Should leave no spaces after a cast: u'(char *) rettv' [whitespace/cast] [2]
src/nvim/eval.c:15090: Should leave no spaces after a cast: u'(char *) argvars' [whitespace/cast] [2]
src/nvim/eval.c:15094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15104: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15108: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:15121: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:15124: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15136: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:15162: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/eval.c:15168: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15172: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15184: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15236: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:15239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15243: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15250: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15257: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:15261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15262: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:15264: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15270: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:15271: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15271: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:15272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15275: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15277: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:15280: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15340: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/eval.c:15349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15380: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/eval.c:15381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15418: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:15456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15524: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15527: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15532: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15534: for should always use braces [readability/braces] [5]
src/nvim/eval.c:15534: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:15548: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:15550: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:15590: while should always use braces [readability/braces] [5]
src/nvim/eval.c:15604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15616: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15627: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:15632: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:15635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15636: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15637: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:15641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15671: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15674: if should always use braces [readability/braces] [5]
src/nvim/eval.c:15676: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:15691: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:15715: Should leave no spaces after a cast: u'(int) STRLEN' [whitespace/cast] [2]
src/nvim/eval.c:15718: Should leave no spaces after a cast: u'(char_u *) xstrdup' [whitespace/cast] [2]
src/nvim/eval.c:15722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15728: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/eval.c:15732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15815: Should leave no spaces after a cast: u'(char_u *) encode_tv2string' [whitespace/cast] [2]
src/nvim/eval.c:15824: Should leave no spaces after a cast: u'(char_u *) encode_tv2string' [whitespace/cast] [2]
src/nvim/eval.c:15931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15962: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:15978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:15984: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:16028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16045: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:16079: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/eval.c:16140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16165: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:16166: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16202: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:16214: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16218: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16221: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:16226: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:16249: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:16250: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:16252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16259: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16260: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:16261: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16264: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16269: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16274: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:16276: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16277: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:16278: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16280: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16282: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16289: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16292: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16294: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16294: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:16295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16314: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16316: Should leave no spaces after a cast: u'(void) string2float' [whitespace/cast] [2]
src/nvim/eval.c:16357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16369: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16371: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16377: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16379: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16379: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:16386: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16388: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16390: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:16391: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16394: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16397: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16399: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16456: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16460: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:16463: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16465: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16470: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16480: Should leave no spaces after a cast: u'(char_u *) encode_tv2string' [whitespace/cast] [2]
src/nvim/eval.c:16483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16489: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/eval.c:16492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16511: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:16517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16525: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16538: Should leave no spaces after a cast: u'(varnumber_T) mb_string2cells' [whitespace/cast] [2]
src/nvim/eval.c:16542: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/eval.c:16599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16608: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:16614: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16616: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16618: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16628: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:16630: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16632: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16655: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16662: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16664: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:16668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16671: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:16673: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16679: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16681: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16699: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:16723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16738: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16740: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16753: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:16755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16759: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16761: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:16766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16783: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16794: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16796: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16805: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16807: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16820: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16822: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16827: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16830: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16836: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16851: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16853: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16882: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:16892: if should always use braces [readability/braces] [5]
src/nvim/eval.c:16894: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:16906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:16925: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:16935: Missing space before asterisk in list_T* [whitespace/operators] [2]
src/nvim/eval.c:16942: Should leave no spaces after a cast: u'(char_u *) xmemscan' [whitespace/cast] [2]
src/nvim/eval.c:16958: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/eval.c:16964: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:16976: Should leave no spaces after a cast: u'(char *) save_tv_as_string' [whitespace/cast] [2]
src/nvim/eval.c:17000: Should leave no spaces after a cast: u'(long) status' [whitespace/cast] [2]
src/nvim/eval.c:17007: Should leave no spaces after a cast: u'(char_u *) xstrdup' [whitespace/cast] [2]
src/nvim/eval.c:17017: Should leave no spaces after a cast: u'(char_u *) res' [whitespace/cast] [2]
src/nvim/eval.c:17029: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:17031: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:17039: Should leave no spaces after a cast: u'(char_u *) res' [whitespace/cast] [2]
src/nvim/eval.c:17055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17063: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17065: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:17065: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:17067: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17092: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17094: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:17097: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:17104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17117: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17119: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:17121: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:17123: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17131: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17139: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:17144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17153: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17155: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:17161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17172: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:17175: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:17182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17191: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:17192: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17570: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17573: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:17574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17575: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:17575: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:17576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17577: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:17582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17606: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:17615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17618: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17622: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17649: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17653: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:17657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17660: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:17663: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:17665: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17677: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17679: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:17681: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:17691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17764: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:17774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17791: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:17795: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:17801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17814: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17823: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17867: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17869: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:17873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17890: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17892: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:17896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17927: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/eval.c:17929: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/eval.c:17931: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:17939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:17946: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17949: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:17949: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:17981: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17983: if should always use braces [readability/braces] [5]
src/nvim/eval.c:17989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18017: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:18093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18101: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18103: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:18147: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:18157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18172: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:18174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18186: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:18190: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18195: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18200: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18206: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18212: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18214: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18218: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18225: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18227: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18230: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18235: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:18236: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18283: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18291: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18293: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18299: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18304: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18309: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18311: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:18321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18331: for should always use braces [readability/braces] [5]
src/nvim/eval.c:18331: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:18332: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/eval.c:18333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18333: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18344: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/eval.c:18370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18404: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:18414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18419: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18427: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18465: for should always use braces [readability/braces] [5]
src/nvim/eval.c:18466: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/eval.c:18467: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18473: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18491: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18493: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18528: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/eval.c:18535: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18542: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:18552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18561: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:18570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18628: Should leave no spaces after a cast: u'(char_u *) buf' [whitespace/cast] [2]
src/nvim/eval.c:18636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18642: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18684: Should leave no spaces after a cast: u'(char_u *) xstrdup' [whitespace/cast] [2]
src/nvim/eval.c:18686: Should leave no spaces after a cast: u'(char_u *) xstrndup' [whitespace/cast] [2]
src/nvim/eval.c:18722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18748: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18763: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18789: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18791: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:18794: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18797: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18799: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18801: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18806: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18807: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/eval.c:18808: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:18809: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/eval.c:18810: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:18813: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18816: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18818: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:18817: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/eval.c:18819: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18821: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:18820: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/eval.c:18822: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18824: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:18826: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:18827: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/eval.c:18832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18836: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:18837: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:18852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18867: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/eval.c:18867: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:18878: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18881: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:18889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18894: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:18895: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:18898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18937: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18944: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18950: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:18954: if should always use braces [readability/braces] [5]
src/nvim/eval.c:18955: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:18956: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:19040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19318: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19332: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:19334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19442: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19490: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/eval.c:19506: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19532: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19534: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19572: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19572: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:19576: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19637: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:19655: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:19672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19681: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:19682: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19701: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:19703: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19712: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:19717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19754: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:19757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19768: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:19770: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:19788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19806: Should leave no spaces after a cast: u'(char_u *) encode_tv2echo' [whitespace/cast] [2]
src/nvim/eval.c:19808: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:19812: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:19813: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:19818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19824: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19834: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19835: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:19838: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19839: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:19840: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:19850: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:19854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19859: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:19860: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:19863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19883: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:19902: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19904: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:19904: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:19912: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19914: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:19928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19936: if should always use braces [readability/braces] [5]
src/nvim/eval.c:19993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:19997: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:19998: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:19999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20006: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20006: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20008: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:20010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20015: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20016: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:20018: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20029: for should always use braces [readability/braces] [5]
src/nvim/eval.c:20029: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:20033: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20035: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:20062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20142: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20162: Should leave no spaces after a cast: u'(char_u *) xstrdup' [whitespace/cast] [2]
src/nvim/eval.c:20169: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20171: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20174: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20178: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20184: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20186: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20189: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20193: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20200: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20217: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20218: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20231: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20233: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20236: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20250: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:20252: Should leave no spaces after a cast: u'(char_u *) encode_tv2echo' [whitespace/cast] [2]
src/nvim/eval.c:20254: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:20257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20268: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:20280: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20281: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20282: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20282: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:20283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20284: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20286: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20299: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20301: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20324: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20325: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20334: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20344: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20362: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20364: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:20366: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20371: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20372: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20387: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20394: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:20397: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20401: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20403: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20404: while should always use braces [readability/braces] [5]
src/nvim/eval.c:20405: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20424: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20425: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20446: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:20448: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20450: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20451: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20463: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:20475: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:20477: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20479: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20481: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20487: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20488: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20517: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20521: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:20522: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:20525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20528: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20539: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20544: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:20545: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:20546: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20550: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20552: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20554: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20562: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:20568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20578: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20589: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20591: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20597: while should always use braces [readability/braces] [5]
src/nvim/eval.c:20599: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20600: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20604: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20613: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:20615: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:20618: while should always use braces [readability/braces] [5]
src/nvim/eval.c:20619: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20623: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20633: for should always use braces [readability/braces] [5]
src/nvim/eval.c:20633: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:20643: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20644: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20645: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20646: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:20650: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20658: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:20660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20672: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:20676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20678: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20680: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20691: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20693: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20697: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20708: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:20709: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20711: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20718: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20720: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20720: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:20724: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:20726: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20728: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20736: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20738: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20750: for should always use braces [readability/braces] [5]
src/nvim/eval.c:20750: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:20751: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/eval.c:20753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20755: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20762: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20764: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20808: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/eval.c:20809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20811: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20813: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:20818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20825: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20833: while should always use braces [readability/braces] [5]
src/nvim/eval.c:20836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20837: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20843: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20850: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20853: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20865: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20895: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/eval.c:20904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20911: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20912: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20918: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/eval.c:20919: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:20928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20935: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:20936: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20959: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:20960: if should always use braces [readability/braces] [5]
src/nvim/eval.c:20979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:20990: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:20992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21006: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21022: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21027: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:21026: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:21029: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21040: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21042: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:21078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21134: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21136: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:21140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21145: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/eval.c:21164: Missing space before { [whitespace/braces] [5]
src/nvim/eval.c:21168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21168: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21214: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21220: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:21224: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:21225: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21230: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21235: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21237: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21239: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21242: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21255: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21267: while should always use braces [readability/braces] [5]
src/nvim/eval.c:21268: for should always use braces [readability/braces] [5]
src/nvim/eval.c:21268: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:21285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21292: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:21298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21300: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21312: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:21321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21328: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21348: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:21351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21363: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21368: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:21370: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:21375: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21377: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:21379: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21381: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:21388: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:21389: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21392: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:21392: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:21402: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:21403: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:21405: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:21406: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:21412: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:21413: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:21418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21426: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:21429: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:21430: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21432: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:21438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21447: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/eval.c:21446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21451: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21453: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:21455: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21457: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:21459: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:21463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21488: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:21489: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:21491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21496: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:21499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21501: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21502: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:21506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21508: for should always use braces [readability/braces] [5]
src/nvim/eval.c:21508: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:21509: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21511: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21512: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:21513: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:21513: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:21514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21543: while should always use braces [readability/braces] [5]
src/nvim/eval.c:21550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21566: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21567: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:21568: while should always use braces [readability/braces] [5]
src/nvim/eval.c:21569: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:21572: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21575: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21581: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21600: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:21604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21618: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21628: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21631: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21648: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:21653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21656: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:21661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21677: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21679: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:21685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21729: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21731: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:21732: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:21736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21739: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:21740: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:21741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21772: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:21779: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:21790: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:21792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21793: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:21796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21818: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:21821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21828: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:21829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21851: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:21853: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:21854: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:21856: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21859: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:21859: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:21860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21861: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/eval.c:21874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21887: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:21913: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:21921: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:21930: Should leave no spaces after a cast: u'(char_u *) encode_tv2string' [whitespace/cast] [2]
src/nvim/eval.c:21945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21948: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:21954: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:21956: if should always use braces [readability/braces] [5]
src/nvim/eval.c:21965: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:21977: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:21979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:21981: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:21983: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:21998: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:22007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22009: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:22012: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22014: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:22017: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:22017: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:22024: Should leave no spaces after a cast: u'(char_u *) encode_tv2string' [whitespace/cast] [2]
src/nvim/eval.c:22036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22039: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:22046: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22050: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:22054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22057: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:22062: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:22064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22069: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:22075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22083: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:22085: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:22091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22092: for should always use braces [readability/braces] [5]
src/nvim/eval.c:22107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22121: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:22122: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:22124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22137: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22138: for should always use braces [readability/braces] [5]
src/nvim/eval.c:22144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22166: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:22173: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22174: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:22179: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22180: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:22181: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:22184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22185: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/eval.c:22186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22190: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22191: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:22194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22197: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22199: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:22202: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22203: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:22206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22219: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22221: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:22223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22229: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:22233: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22238: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:22238: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:22239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22250: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:22254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22263: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:22265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22271: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22297: Should leave no spaces after a cast: u'(char_u *) encode_tv2echo' [whitespace/cast] [2]
src/nvim/eval.c:22305: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22326: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:22325: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:22329: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22333: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22336: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:22336: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:22337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22338: while should always use braces [readability/braces] [5]
src/nvim/eval.c:22340: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:22341: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22343: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:22343: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:22346: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22356: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:22355: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:22363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22378: while should always use braces [readability/braces] [5]
src/nvim/eval.c:22379: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:22380: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:22387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22395: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22396: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:22399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22409: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:22416: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:22422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22449: while should always use braces [readability/braces] [5]
src/nvim/eval.c:22476: Should leave no spaces after a cast: u'(size_t) globvarht' [whitespace/cast] [2]
src/nvim/eval.c:22480: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/eval.c:22485: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/eval.c:22489: Should leave no spaces after a cast: u'(const hashitem_T *) iter' [whitespace/cast] [2]
src/nvim/eval.c:22491: Should leave no spaces after a cast: u'(char *) HI2DI' [whitespace/cast] [2]
src/nvim/eval.c:22493: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/eval.c:22506: Should leave no spaces after a cast: u'(char_u *) name' [whitespace/cast] [2]
src/nvim/eval.c:22518: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:22520: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:22525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22528: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:22529: for should always use braces [readability/braces] [5]
src/nvim/eval.c:22529: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:22530: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22532: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:22535: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:22536: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:22537: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:22538: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:22539: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:22540: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:22555: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22556: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:22565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22590: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22592: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:22592: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:22594: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:22600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22604: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:22634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22641: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:22642: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/eval.c:22643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22658: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22679: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22685: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22696: Missing space before asterisk in )* [whitespace/operators] [2]
src/nvim/eval.c:22697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22699: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22709: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22711: Missing space before asterisk in )* [whitespace/operators] [2]
src/nvim/eval.c:22715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22727: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22729: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:22730: Missing space before asterisk in )* [whitespace/operators] [2]
src/nvim/eval.c:22730: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:22731: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:22743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22749: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:22750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22771: while should always use braces [readability/braces] [5]
src/nvim/eval.c:22775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22780: while should always use braces [readability/braces] [5]
src/nvim/eval.c:22785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22799: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22806: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22808: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:22810: for should always use braces [readability/braces] [5]
src/nvim/eval.c:22810: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/eval.c:22811: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22817: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/eval.c:22819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22820: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22827: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22836: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:22842: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/eval.c:22847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22863: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:22869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22870: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22944: Use false instead of FALSE. [readability/bool] [4]
src/nvim/eval.c:22946: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:22948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:22953: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:22953: Use true instead of TRUE. [readability/bool] [4]
src/nvim/eval.c:22956: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22958: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22962: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22970: if should always use braces [readability/braces] [5]
src/nvim/eval.c:22972: An else should always have braces before it [readability/braces] [5]
src/nvim/eval.c:22973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval.c:23141: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:23148: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval.c:23327: Missing space after { [whitespace/braces] [5]
src/nvim/eval.c:23327: Missing space before } [whitespace/braces] [5]
src/nvim/eval.c:23328: Missing space after { [whitespace/braces] [5]
src/nvim/eval.c:23328: Missing space before } [whitespace/braces] [5]
src/nvim/eval.c:23329: Missing space after { [whitespace/braces] [5]
src/nvim/eval.c:23329: Missing space before } [whitespace/braces] [5]
src/nvim/eval.c:23331: Missing space after { [whitespace/braces] [5]
src/nvim/eval.c:23331: Missing space before } [whitespace/braces] [5]
src/nvim/eval.c:23352: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/eval.c:23399: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/eval/decode.c:58: Should leave no spaces after a cast: u'(list_T *) eval_msgpack_type_lists' [whitespace/cast] [2]
src/nvim/eval/decode.c:111: Should leave no spaces after a cast: u'(void *) obj' [whitespace/cast] [2]
src/nvim/eval/decode.c:112: Should leave no spaces after a cast: u'(void *) last_container' [whitespace/cast] [2]
src/nvim/eval/decode.c:113: Should leave no spaces after a cast: u'(void) kv_pop' [whitespace/cast] [2]
src/nvim/eval/decode.c:181: Should leave no spaces after a cast: u'(void) kv_pop' [whitespace/cast] [2]
src/nvim/eval/decode.c:199: Should leave no spaces after a cast: u'(int) (' [whitespace/cast] [2]
src/nvim/eval/decode.c:261: Should leave no spaces after a cast: u'(int) buf_len' [whitespace/cast] [2]
src/nvim/eval/decode.c:268: Should leave no spaces after a cast: u'(int) buf_len' [whitespace/cast] [2]
src/nvim/eval/decode.c:302: Should leave no spaces after a cast: u'(uint8_t) *p' [whitespace/cast] [2]
src/nvim/eval/decode.c:309: Should leave no spaces after a cast: u'(char_u *) p' [whitespace/cast] [2]
src/nvim/eval/decode.c:317: Should leave no spaces after a cast: u'(uint8_t) p' [whitespace/cast] [2]
src/nvim/eval/decode.c:325: Should leave no spaces after a cast: u'(size_t) utf_char2len' [whitespace/cast] [2]
src/nvim/eval/decode.c:326: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/eval/decode.c:332: Should leave no spaces after a cast: u'(int) buf_len' [whitespace/cast] [2]
src/nvim/eval/decode.c:349: Should leave no spaces after a cast: u'(char_u *) str_end' [whitespace/cast] [2]
src/nvim/eval/decode.c:364: Should leave no spaces after a cast: u'(char_u *) ubuf' [whitespace/cast] [2]
src/nvim/eval/decode.c:371: Should leave no spaces after a cast: u'(int) ch' [whitespace/cast] [2]
src/nvim/eval/decode.c:375: Should leave no spaces after a cast: u'(int) (' [whitespace/cast] [2]
src/nvim/eval/decode.c:378: Should leave no spaces after a cast: u'(char_u *) str_end' [whitespace/cast] [2]
src/nvim/eval/decode.c:382: Should leave no spaces after a cast: u'(int) ch' [whitespace/cast] [2]
src/nvim/eval/decode.c:404: Should leave no spaces after a cast: u'(int) *t' [whitespace/cast] [2]
src/nvim/eval/decode.c:418: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/eval/decode.c:419: Should leave no spaces after a cast: u'(char *) string_convert' [whitespace/cast] [2]
src/nvim/eval/decode.c:423: Should leave no spaces after a cast: u'(int) str_len' [whitespace/cast] [2]
src/nvim/eval/decode.c:440: Should leave no spaces after a cast: u'(void *) list' [whitespace/cast] [2]
src/nvim/eval/decode.c:451: Should leave no spaces after a cast: u'(char_u *) str' [whitespace/cast] [2]
src/nvim/eval/decode.c:555: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/eval/decode.c:562: Should leave no spaces after a cast: u'(int) exp_num_len' [whitespace/cast] [2]
src/nvim/eval/decode.c:569: Should leave no spaces after a cast: u'(char_u *) s' [whitespace/cast] [2]
src/nvim/eval/decode.c:570: Should leave no spaces after a cast: u'(int) exp_num_len' [whitespace/cast] [2]
src/nvim/eval/decode.c:573: Should leave no spaces after a cast: u'(int) exp_num_len' [whitespace/cast] [2]
src/nvim/eval/decode.c:575: Should leave no spaces after a cast: u'(varnumber_T) nr' [whitespace/cast] [2]
src/nvim/eval/decode.c:668: Should leave no spaces after a cast: u'(void) kv_pop' [whitespace/cast] [2]
src/nvim/eval/decode.c:886: Should leave no spaces after a cast: u'(int) buf_len' [whitespace/cast] [2]
src/nvim/eval/decode.c:933: Should leave no spaces after a cast: u'(varnumber_T) mobj' [whitespace/cast] [2]
src/nvim/eval/decode.c:945: Should leave no spaces after a cast: u'(varnumber_T) (' [whitespace/cast] [2]
src/nvim/eval/decode.c:946: Should leave no spaces after a cast: u'(varnumber_T) (' [whitespace/cast] [2]
src/nvim/eval/decode.c:947: Should leave no spaces after a cast: u'(varnumber_T) (' [whitespace/cast] [2]
src/nvim/eval/decode.c:956: Should leave no spaces after a cast: u'(varnumber_T) mobj' [whitespace/cast] [2]
src/nvim/eval/decode.c:966: Should leave no spaces after a cast: u'(uint64_t) mobj' [whitespace/cast] [2]
src/nvim/eval/decode.c:968: Should leave no spaces after a cast: u'(varnumber_T) (' [whitespace/cast] [2]
src/nvim/eval/decode.c:969: Should leave no spaces after a cast: u'(varnumber_T) (' [whitespace/cast] [2]
src/nvim/eval/decode.c:970: Should leave no spaces after a cast: u'(varnumber_T) (' [whitespace/cast] [2]
src/nvim/eval/decode.c:990: Should leave no spaces after a cast: u'(void *) list' [whitespace/cast] [2]
src/nvim/eval/decode.c:1012: Should leave no spaces after a cast: u'(void *) list' [whitespace/cast] [2]
src/nvim/eval/decode.c:1106: Should leave no spaces after a cast: u'(void *) ext_val_list' [whitespace/cast] [2]
src/nvim/eval/encode.c:53: Should leave no spaces after a cast: u'(list_T *) data' [whitespace/cast] [2]
src/nvim/eval/encode.c:76: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/eval/encode.c:131: Should leave no spaces after a cast: u'(char *) IObuff' [whitespace/cast] [2]
src/nvim/eval/encode.c:149: Should leave no spaces after a cast: u'(char *) IObuff' [whitespace/cast] [2]
src/nvim/eval/encode.c:154: Should leave no spaces after a cast: u'(char *) IObuff' [whitespace/cast] [2]
src/nvim/eval/encode.c:187: Should leave no spaces after a cast: u'(char *) msg_ga' [whitespace/cast] [2]
src/nvim/eval/encode.c:257: Should leave no spaces after a cast: u'(char) state' [whitespace/cast] [2]
src/nvim/eval/encode.c:258: Should leave no spaces after a cast: u'(char) (' [whitespace/cast] [2]
src/nvim/eval/encode.c:263: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/eval/encode.c:268: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/eval/encode.c:285: Should leave no spaces after a cast: u'(const char *) buf' [whitespace/cast] [2]
src/nvim/eval/encode.c:290: Should leave no spaces after a cast: u'(int) (' [whitespace/cast] [2]
src/nvim/eval/encode.c:310: Should leave no spaces after a cast: u'(int64_t) (' [whitespace/cast] [2]
src/nvim/eval/encode.c:332: Should leave no spaces after a cast: u'(char_u *) numbuf' [whitespace/cast] [2]
src/nvim/eval/encode.c:422: Should leave no spaces after a cast: u'(void *) mpval' [whitespace/cast] [2]
src/nvim/eval/encode.c:426: Should leave no spaces after a cast: u'(void *) mpval' [whitespace/cast] [2]
src/nvim/eval/encode.c:457: Should leave no spaces after a cast: u'(void *) mpval' [whitespace/cast] [2]
src/nvim/eval/encode.c:461: Should leave no spaces after a cast: u'(void *) mpval' [whitespace/cast] [2]
src/nvim/eval/encode.c:533: Should leave no spaces after a cast: u'(char_u *) numbuf' [whitespace/cast] [2]
src/nvim/eval/encode.c:581: Should leave no spaces after a cast: u'(const void *) p_enc' [whitespace/cast] [2]
src/nvim/eval/encode.c:642: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/eval/encode.c:649: Should leave no spaces after a cast: u'(int) str_len' [whitespace/cast] [2]
src/nvim/eval/encode.c:709: Should leave no spaces after a cast: u'(const char *) (' [whitespace/cast] [2]
src/nvim/eval/encode.c:746: Should leave no spaces after a cast: u'(dict_T *) spdict' [whitespace/cast] [2]
src/nvim/eval/encode.c:750: Should leave no spaces after a cast: u'(dict_T *) spdict' [whitespace/cast] [2]
src/nvim/eval/encode.c:830: Should leave no spaces after a cast: u'(size_t) ga' [whitespace/cast] [2]
src/nvim/eval/encode.c:833: Should leave no spaces after a cast: u'(char *) ga' [whitespace/cast] [2]
src/nvim/eval/encode.c:858: Should leave no spaces after a cast: u'(size_t) ga' [whitespace/cast] [2]
src/nvim/eval/encode.c:861: Should leave no spaces after a cast: u'(char *) ga' [whitespace/cast] [2]
src/nvim/eval/encode.c:913: Should leave no spaces after a cast: u'(int8_t) type' [whitespace/cast] [2]
src/nvim/eval/encode.c:916: Should leave no spaces after a cast: u'(int8_t) type' [whitespace/cast] [2]
src/nvim/event/multiqueue.c:82: Missing space after { [whitespace/braces] [5]
src/nvim/event/multiqueue.c:82: Missing space before } [whitespace/braces] [5]
src/nvim/event/process.c:198: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/event/rstream.c:157: Should leave no spaces after a cast: u'(int64_t) stream' [whitespace/cast] [2]
src/nvim/event/rstream.c:169: Should leave no spaces after a cast: u'(size_t) req' [whitespace/cast] [2]
src/nvim/event/socket.c:24: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/event/socket.c:57: Should leave no spaces after a cast: u'(int) lport' [whitespace/cast] [2]
src/nvim/event/socket.c:158: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/event/time.c:24: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.c:2390: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:118: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:120: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:129: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:131: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:133: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:137: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ex_cmds.c:140: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:142: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:144: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:145: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:148: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:149: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:150: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:152: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:160: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:163: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:171: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:172: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:173: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:175: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:177: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:198: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:200: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:207: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:215: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:217: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:219: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:223: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:227: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:228: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:230: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:230: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:231: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:233: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:235: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:238: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:240: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:240: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:247: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:257: while should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:257: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/ex_cmds.c:258: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:261: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:265: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:290: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:291: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:292: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/ex_cmds.c:295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:296: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:340: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:343: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:344: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:372: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:412: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:485: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:553: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:555: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:566: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:571: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:583: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:589: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:624: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:630: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:650: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:652: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:656: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:664: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:666: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:667: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:670: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:700: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:703: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:705: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:707: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:708: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:715: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:718: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:721: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:723: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:724: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:726: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:730: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:733: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:735: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:778: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:782: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:784: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:817: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:823: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:826: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:827: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:830: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:832: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:839: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:841: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:847: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:886: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:891: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:894: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:898: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:900: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:901: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:902: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:903: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:904: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:905: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:934: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:947: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:950: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:951: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:964: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:976: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:978: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:992: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:994: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:994: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:997: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1001: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1017: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1027: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1039: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1043: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1045: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1079: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1103: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1123: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1132: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1134: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1134: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1136: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1137: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1141: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1144: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1158: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1176: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds.c:1177: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds.c:1178: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds.c:1179: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/ex_cmds.c:1179: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ex_cmds.c:1181: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1185: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1186: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1192: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1204: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1218: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1221: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:1221: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:1222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1225: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1235: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1238: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:1238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1250: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1255: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1256: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1259: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:1264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1266: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1267: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1273: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1276: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1278: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1288: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:1289: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds.c:1291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1315: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1325: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_cmds.c:1339: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1350: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1352: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1367: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1440: Should leave no spaces after a cast: u'(char *) p_srr' [whitespace/cast] [2]
src/nvim/ex_cmds.c:1442: Should leave no spaces after a cast: u'(char_u *) buf' [whitespace/cast] [2]
src/nvim/ex_cmds.c:1469: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/ex_cmds.c:1471: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/ex_cmds.c:1481: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1495: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1496: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1503: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1512: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1514: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1516: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1530: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1544: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1566: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1581: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1590: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1591: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1592: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:1596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1614: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1623: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1631: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1640: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1643: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:1646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1670: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1671: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1672: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1674: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1675: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1677: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1689: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1690: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1711: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1712: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1714: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1715: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1738: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1738: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1743: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1744: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1766: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:1767: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds.c:1771: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1770: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:1770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1770: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds.c:1771: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1800: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1802: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1835: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1836: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1842: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1845: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1863: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1865: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:1869: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1881: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1882: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1896: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1901: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1904: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1904: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1904: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1905: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:1917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1920: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1932: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1933: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1935: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1953: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1955: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1957: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1956: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_cmds.c:1958: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:1960: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1962: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1961: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/ex_cmds.c:1965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1966: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1967: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1968: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:1969: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1970: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:1972: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:1974: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:1975: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:1978: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:1981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:1989: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_cmds.c:1995: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:1997: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2005: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:2008: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2009: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2012: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2013: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2015: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2016: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2022: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2023: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2024: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2027: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2032: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:2033: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2034: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2036: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2083: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:2083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2083: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2086: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2099: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2103: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2109: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2111: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2114: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2117: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2121: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2124: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2125: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2127: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2128: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2129: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2129: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:2130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2134: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_cmds.c:2135: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2157: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2158: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2159: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2160: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2158: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2159: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2160: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2161: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2183: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2193: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2195: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2207: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2221: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2324: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2328: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2338: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2339: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/ex_cmds.c:2367: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2372: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2374: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2380: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2430: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2432: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2488: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2488: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2491: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2501: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2500: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2503: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2502: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2513: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2532: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2548: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2549: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:2551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2552: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2559: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2572: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2573: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2574: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2575: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2578: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2584: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2587: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2590: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2597: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2605: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2606: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2626: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:2632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2640: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2648: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2652: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2655: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2656: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2659: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2663: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2667: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2668: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2673: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:2676: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2680: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2683: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2686: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2687: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2700: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2704: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2709: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:2710: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2711: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2712: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2714: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2725: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2728: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2729: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2733: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2736: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2737: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2742: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2751: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2752: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2760: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2761: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2771: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2776: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2779: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:2780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2780: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2782: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2806: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2808: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2810: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2812: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2817: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2819: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2820: while should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2821: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2830: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2835: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2836: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2836: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:2837: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/ex_cmds.c:2865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2867: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2869: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:2870: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:2876: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2879: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2882: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2889: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2898: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:2904: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2916: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2918: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:2931: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2938: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:2940: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:2944: Missing space after { [whitespace/braces] [5]
src/nvim/ex_cmds.c:2944: Missing space before } [whitespace/braces] [5]
src/nvim/ex_cmds.c:3009: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3175: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3177: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3194: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3230: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3231: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3237: Should leave no spaces after a cast: u'(char *) sub' [whitespace/cast] [2]
src/nvim/ex_cmds.c:3242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3248: Should leave no spaces after a cast: u'(char_u *) old_sub' [whitespace/cast] [2]
src/nvim/ex_cmds.c:3250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3274: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3322: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3338: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3398: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3428: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3444: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3447: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3448: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3448: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:3449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3450: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3452: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3453: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3473: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3476: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3479: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3495: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3496: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3517: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3517: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:3519: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3519: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:3532: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3545: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_cmds.c:3552: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3559: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3564: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3568: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3569: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3572: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:3572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3574: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3579: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3581: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3585: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3586: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3588: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3589: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3592: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3594: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3597: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3598: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3601: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3610: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3612: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3624: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3626: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:3631: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3632: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3642: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3646: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3812: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3813: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3812: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3813: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3828: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3830: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:3833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3839: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3840: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3842: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3842: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:3843: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:3854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3874: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3876: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:3878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3885: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3894: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:3895: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:3896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:3999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4005: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds.c:4006: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4018: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4020: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:4022: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4024: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4025: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:4027: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4028: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4029: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4030: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4032: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4033: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:4035: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4036: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4078: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_cmds.c:4082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4082: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4084: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:4087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4095: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:4100: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4102: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:4103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4104: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:4110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4111: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4112: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:4113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4115: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4119: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4120: Missing space after , [whitespace/comma] [3]
src/nvim/ex_cmds.c:4127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4130: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:4131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4133: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4144: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4146: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:4155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4224: Missing space after { [whitespace/braces] [5]
src/nvim/ex_cmds.c:4224: Missing space before } [whitespace/braces] [5]
src/nvim/ex_cmds.c:4229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4234: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds.c:4235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4254: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4257: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4258: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4259: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_cmds.c:4259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4261: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4297: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:4312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4312: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4314: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:4317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4319: while should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4326: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4333: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4336: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4338: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:4340: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4345: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4347: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:4349: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4365: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4367: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:4368: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4369: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4371: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4373: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:4373: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:4374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4388: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4391: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4394: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4404: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4405: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4406: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4406: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ex_cmds.c:4407: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4413: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4420: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4427: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4428: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4432: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4468: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_cmds.c:4469: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_cmds.c:4471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4479: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4480: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4492: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4495: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:4497: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4501: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4526: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_cmds.c:4530: Missing space after { [whitespace/braces] [5]
src/nvim/ex_cmds.c:4531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4538: Missing space before } [whitespace/braces] [5]
src/nvim/ex_cmds.c:4539: Missing space after { [whitespace/braces] [5]
src/nvim/ex_cmds.c:4547: Missing space before } [whitespace/braces] [5]
src/nvim/ex_cmds.c:4550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4556: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4575: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4583: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4626: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4627: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4626: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4627: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4628: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4634: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4636: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:4638: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4641: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:4644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4648: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:4652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4702: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4708: Missing space before asterisk in )* [whitespace/operators] [2]
src/nvim/ex_cmds.c:4709: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4711: while should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4733: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4741: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4743: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4744: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4748: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4749: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4750: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4751: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4752: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4754: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4765: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4775: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:4776: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4782: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4785: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4790: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4792: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4795: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4814: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:4815: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4816: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4825: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4842: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_cmds.c:4844: Missing space after { [whitespace/braces] [5]
src/nvim/ex_cmds.c:4844: Missing space before } [whitespace/braces] [5]
src/nvim/ex_cmds.c:4846: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:4856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4858: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:4859: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:4860: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4862: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4867: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4871: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4880: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4890: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:4891: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4907: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4913: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4916: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4918: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4919: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4922: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:4924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4929: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds.c:4930: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds.c:4929: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:4931: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4934: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:4934: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:4935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4938: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4943: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:4944: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:4946: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:4960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:4999: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:5012: Missing space after { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5012: Missing space before } [whitespace/braces] [5]
src/nvim/ex_cmds.c:5014: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:5016: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5044: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:5044: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:5046: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/ex_cmds.c:5050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5053: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:5061: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:5064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5066: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5066: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:5070: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:5073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5074: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:5079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5079: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5080: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:5081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5081: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5083: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5085: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_cmds.c:5086: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:5088: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:5090: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:5092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5099: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5099: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:5100: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5113: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:5116: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/ex_cmds.c:5118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5143: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:5150: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:5151: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds.c:5156: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:5157: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_cmds.c:5161: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5161: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_cmds.c:5164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5167: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:5169: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5172: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5172: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:5173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5174: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:5175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5176: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5184: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5185: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:5188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5213: Missing space after { [whitespace/braces] [5]
src/nvim/ex_cmds.c:5213: Missing space before } [whitespace/braces] [5]
src/nvim/ex_cmds.c:5222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5242: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_cmds.c:5259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5342: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_cmds.c:5349: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5350: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5351: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5353: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5354: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5355: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5356: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5357: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5358: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5359: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5360: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5361: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5362: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5372: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/ex_cmds.c:5370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5378: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_cmds.c:5387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5738: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5740: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5746: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5748: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5761: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5763: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_cmds.c:5768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5776: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5779: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5782: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5798: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5799: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5812: for should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5813: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5824: while should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5831: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5832: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5833: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5834: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5835: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_cmds.c:5843: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/ex_cmds.c:5873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5890: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5891: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5902: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5903: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/ex_cmds.c:5904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5911: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/ex_cmds.c:5914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5932: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/ex_cmds.c:5943: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5944: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/ex_cmds.c:5945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5948: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/ex_cmds.c:5963: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_cmds.c:5964: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/ex_cmds.c:5965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.c:5968: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/ex_cmds.c:5980: if should always use braces [readability/braces] [5]
src/nvim/ex_cmds.c:5982: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:71: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:78: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:79: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:80: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:81: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:89: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:89: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:94: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:97: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:151: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:151: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:156: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:162: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:163: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:164: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:165: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:166: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:172: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:191: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:192: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:201: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:203: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:209: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:213: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:214: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:220: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:223: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:224: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:225: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:226: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:233: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:239: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:241: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:241: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:246: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:250: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:254: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:256: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:261: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:262: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:264: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:302: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:306: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:361: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:362: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:380: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:381: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:398: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:404: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:410: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:412: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:425: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:430: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:448: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:454: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:487: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:489: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:518: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:519: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:521: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:522: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:523: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:523: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ex_docmd.c:524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:527: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:528: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:532: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:539: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:541: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:546: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_docmd.c:551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:562: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:573: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:575: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:576: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:577: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:578: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:583: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:587: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:588: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:592: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:606: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:633: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:636: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:639: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:676: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:678: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:684: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_docmd.c:690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:711: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:712: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:713: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:728: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:729: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:733: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/ex_docmd.c:735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:744: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:759: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/ex_docmd.c:750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:762: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:775: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:777: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:779: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:781: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:793: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:795: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:796: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:798: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:807: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:831: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:832: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:852: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:853: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:878: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_docmd.c:879: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:890: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:891: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:896: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:897: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:900: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:901: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:906: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:910: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:911: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:918: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:929: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:930: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:931: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:940: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:941: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:949: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:953: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:970: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:974: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:976: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:980: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:986: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:987: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1061: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1066: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1069: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1083: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1096: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1097: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1108: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1109: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1243: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:1245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1254: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1260: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1270: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1281: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1282: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1290: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1294: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1297: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1321: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1343: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1361: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1373: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_docmd.c:1389: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1390: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1391: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1394: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1396: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1398: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1402: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1403: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1421: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1428: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1437: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1439: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1441: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1443: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:1456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1458: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1460: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:1464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1468: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1552: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1604: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1607: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_docmd.c:1615: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1617: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:1618: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1621: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:1622: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1625: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1628: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:1633: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1635: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:1637: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1644: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1659: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1687: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1689: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:1689: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:1690: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1692: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:1707: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1710: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1718: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1734: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1741: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1742: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1741: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1742: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1742: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ex_docmd.c:1745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1748: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1749: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1750: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:1751: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:1753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1783: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1818: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1819: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:1819: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:1826: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1830: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1848: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1855: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1857: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:1860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1864: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1865: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1878: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1880: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1881: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1887: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1888: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:1889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1890: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1891: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:1897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1898: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1899: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:1904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1908: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1915: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1923: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:1927: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:1928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1934: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:1936: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:1990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:1999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2023: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2028: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2032: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2040: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2146: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2162: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2165: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2165: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:2167: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2168: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2171: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2171: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2172: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2199: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2210: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2212: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2213: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2214: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2215: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2217: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2219: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2222: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2236: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2237: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2238: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2240: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2245: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2254: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2257: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2265: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2269: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2270: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2272: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2275: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2278: Small and focused functions are preferred: do_one_cmd() has 779 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/ex_docmd.c:2280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2284: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:2285: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:2286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2293: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2293: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:2294: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2298: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2300: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2317: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_docmd.c:2318: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_docmd.c:2324: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:2330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2355: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2367: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2369: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2370: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2372: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2373: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2374: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2377: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2378: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2383: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2383: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:2384: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2387: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2388: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2390: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2395: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2397: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2400: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2403: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2404: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2406: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2414: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2415: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2418: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2432: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:2434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2443: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2444: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2447: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:2447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2447: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2455: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:2460: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2467: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2469: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2477: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2478: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2479: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2480: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2482: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2484: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2490: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2490: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2500: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2501: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2502: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2510: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2517: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2524: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2534: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2534: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2534: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2535: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2535: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2535: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2536: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2536: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2536: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2537: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2537: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2537: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2538: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2538: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2538: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2539: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2539: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2539: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2540: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2540: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2540: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2541: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2541: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2541: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2542: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2542: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2542: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2543: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2543: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2543: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2544: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2544: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2544: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2545: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2545: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2545: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2546: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2546: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2546: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2547: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2547: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2547: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2548: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2548: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2548: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2549: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2549: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2549: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2550: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2550: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2550: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2551: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2551: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2551: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2552: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2552: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2552: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2553: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2553: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2553: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2554: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2554: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2554: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2555: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:2555: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:2555: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2567: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2569: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:2570: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2570: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:2571: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2573: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2580: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2588: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2594: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:2595: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2595: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:2596: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2598: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2607: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2609: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2611: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2624: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:2626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2633: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2635: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2636: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2646: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2647: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:2650: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2666: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2673: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2714: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2716: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2717: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2731: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2741: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2742: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2742: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ex_docmd.c:2743: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2756: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2757: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2771: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2772: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2775: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2776: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2783: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2784: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2789: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2790: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2798: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2801: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2815: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2819: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2820: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2822: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2824: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2848: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2849: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2856: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:2857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2866: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2868: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2870: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2871: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2872: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2881: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_docmd.c:2882: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2883: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2884: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:2885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2887: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2889: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2891: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2893: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2895: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2899: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2901: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:2908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2912: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2919: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:2921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2922: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2929: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2929: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:2930: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2934: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2936: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2936: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2936: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2937: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:2940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2942: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2942: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:2943: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:2944: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2950: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:2955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:2962: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:2980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3085: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3086: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3087: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3090: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3091: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3092: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3094: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3102: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3107: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3108: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3109: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3111: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3112: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3113: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3114: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3115: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3129: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3130: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3136: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3138: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3144: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:3148: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:3168: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3170: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3197: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3226: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3237: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:3238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3240: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3240: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:3242: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3242: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:3244: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3244: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:3246: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3246: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:3247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3250: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3253: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3254: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3272: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3272: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:3283: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3283: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:3288: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3288: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:3293: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3293: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:3338: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3339: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3342: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:3369: Small and focused functions are preferred: () has 610 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/ex_docmd.c:3371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3381: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:3383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3390: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3394: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3395: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3396: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3397: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3400: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3401: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3405: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3440: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3465: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3511: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3512: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3513: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3513: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:3514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3517: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3518: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3521: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3521: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:3532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3541: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3542: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3549: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3558: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3560: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3564: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3577: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3583: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3585: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3587: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3587: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:3599: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3604: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3604: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:3609: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3613: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3619: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3646: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3648: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3650: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_docmd.c:3650: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3652: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3654: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3657: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3659: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3675: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3677: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3679: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3688: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3697: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3699: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3715: Missing space before ( in switch( [whitespace/parens] [5]
src/nvim/ex_docmd.c:3719: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3784: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3786: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3805: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3834: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3836: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3839: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3841: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:3848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3850: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3851: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3891: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3905: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3906: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3914: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:3918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3922: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:3923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3923: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3969: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:3969: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:3978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:3999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4009: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:4009: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:4012: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:4021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4029: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4030: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:4031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4032: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4033: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4034: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4047: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4057: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4060: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:4061: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4089: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4114: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4133: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4134: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4135: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4138: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4142: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_docmd.c:4146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4149: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_docmd.c:4154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4161: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4170: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4183: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4184: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4186: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4186: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:4188: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:4189: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4203: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:4205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4210: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4212: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4213: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4236: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:4238: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4246: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:4258: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4260: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4268: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4271: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4273: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:4278: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4282: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4282: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:4285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4288: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4290: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4292: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4294: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4306: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:4309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4323: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:4326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4331: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:4334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4359: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:4361: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4491: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4493: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4505: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4507: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4519: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:4520: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:4521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4533: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4535: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:4536: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4538: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:4539: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4543: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4545: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4559: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4585: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4587: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:4590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4591: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:4598: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4600: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4618: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4631: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4718: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:4726: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:4730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4731: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4735: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4736: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_docmd.c:4737: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:4739: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4753: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4761: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:4762: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:4763: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:4764: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:4771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4775: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/ex_docmd.c:4777: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:4779: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4781: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/ex_docmd.c:4783: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:4805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4806: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4806: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:4820: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:4821: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4825: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4828: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4833: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4839: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:4842: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:4845: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4845: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:4862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4863: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4865: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4867: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4869: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4871: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4871: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:4877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4878: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:4889: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4890: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4890: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:4891: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4893: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4895: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4897: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4899: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4908: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4910: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:4932: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4937: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4941: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4949: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:4976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4987: Use operator ~ instead of compl [readability/alt_tokens] [2]
src/nvim/ex_docmd.c:4995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:4997: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:4999: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_docmd.c:4999: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5007: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5008: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5009: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:5017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5031: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:5036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5046: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/ex_docmd.c:5046: Missing space before asterisk in ucmd_T* [whitespace/operators] [2]
src/nvim/ex_docmd.c:5052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5069: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:5072: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5075: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5089: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:5091: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5121: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5149: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5192: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:5193: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:5197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5243: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5245: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:5250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5252: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5258: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5263: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:5264: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5267: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:5268: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5269: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:5274: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:5275: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5279: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5289: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5293: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5302: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5305: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5307: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5309: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5324: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/ex_docmd.c:5328: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5332: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5336: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5426: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5429: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5431: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5433: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5440: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5447: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5471: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5473: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5489: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5492: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5492: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:5493: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:5497: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ex_docmd.c:5498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5514: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5518: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:5520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5522: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5524: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5524: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:5530: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:5532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5535: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:5537: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5539: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5553: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:5563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5576: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5579: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5590: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:5592: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:5594: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5604: Missing space after { [whitespace/braces] [5]
src/nvim/ex_docmd.c:5604: Missing space before } [whitespace/braces] [5]
src/nvim/ex_docmd.c:5606: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5645: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5667: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:5676: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:5680: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5682: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5706: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5728: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:5729: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:5730: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:5736: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:5738: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:5744: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5746: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:5750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5756: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:5759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5780: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5799: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5799: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:5800: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:5818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5837: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5839: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5849: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:5850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5852: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5869: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5871: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5872: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5874: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5874: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:5877: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5880: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5904: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:5905: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:5908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5932: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5934: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5946: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5948: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5950: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5950: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:5962: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5974: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5976: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5978: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:5978: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:5979: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5983: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:5987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:5988: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:5990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6002: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6009: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6010: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6011: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6031: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/ex_docmd.c:6035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6037: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6040: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6042: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6043: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6057: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6059: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6064: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6073: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6080: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6082: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6082: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:6083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6086: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6087: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6088: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6088: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:6094: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6097: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6099: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6140: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6143: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6171: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6173: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6173: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:6176: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6178: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6179: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6189: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6259: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6259: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:6263: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6264: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6267: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6267: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6278: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_docmd.c:6285: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:6287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6289: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6296: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6305: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6306: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6313: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:6314: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:6317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6320: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6326: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6329: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:6333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6338: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:6346: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:6357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6363: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6372: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6373: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6374: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6375: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6376: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6379: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6381: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6415: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6417: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6423: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6424: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6438: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6441: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6448: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6454: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:6455: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6510: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:6510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6519: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:6540: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:6546: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:6555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6563: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6586: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6588: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6590: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6590: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6623: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6624: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/ex_docmd.c:6629: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6631: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6635: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6637: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6652: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6659: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6670: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6681: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:6682: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:6684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6695: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6710: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6728: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ex_docmd.c:6729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6732: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6733: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6738: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6741: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6742: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6743: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6744: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:6744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6744: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6748: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6749: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6750: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6751: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6753: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6754: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6755: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6778: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6782: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6786: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6794: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6802: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6817: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6819: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6866: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6867: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6868: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6869: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6873: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6879: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6886: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:6898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6898: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6899: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6900: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6900: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:6901: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6905: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6908: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6910: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6913: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:6914: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/ex_docmd.c:6922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:6924: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6926: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:6929: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:6930: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:6932: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:7001: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7013: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7015: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7018: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7032: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7034: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7074: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7084: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:7088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7104: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7139: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7160: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7162: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7179: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:7184: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7186: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7216: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7231: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7232: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_docmd.c:7233: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/ex_docmd.c:7235: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7237: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7252: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7280: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7282: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:7289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7296: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7297: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7318: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7324: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:7326: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7347: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7353: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7360: while should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7372: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7380: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7381: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7382: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7391: Should leave no spaces after a cast: u'(char *) eap' [whitespace/cast] [2]
src/nvim/ex_docmd.c:7399: Should leave no spaces after a cast: u'(char *) eap' [whitespace/cast] [2]
src/nvim/ex_docmd.c:7402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7416: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7417: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7420: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7422: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7425: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7426: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7427: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7428: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7429: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7433: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7435: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7437: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7437: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7449: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7451: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7451: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:7453: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:7455: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:7457: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:7463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7465: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7473: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:7476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7476: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7478: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7478: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:7479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7480: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7501: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:7502: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7503: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:7504: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7506: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7510: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_docmd.c:7514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7516: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7519: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7531: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7534: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7535: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7536: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7542: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7546: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7560: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7561: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7563: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7588: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7604: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7609: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7624: Should leave no spaces after a cast: u'(char *) eap' [whitespace/cast] [2]
src/nvim/ex_docmd.c:7633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7638: Should leave no spaces after a cast: u'(char_u *) fname' [whitespace/cast] [2]
src/nvim/ex_docmd.c:7640: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7642: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7647: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7648: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7652: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7656: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7657: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7660: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7664: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7667: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7668: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7670: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7678: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7682: Should leave no spaces after a cast: u'(char_u *) fname' [whitespace/cast] [2]
src/nvim/ex_docmd.c:7687: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7688: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7697: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7699: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7704: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7706: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7712: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:7714: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7716: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7717: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7718: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7720: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7721: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7724: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7725: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:7740: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7762: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:7765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7782: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7795: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7797: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7799: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7799: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:7800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7803: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7816: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7850: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:7852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7852: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7854: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7865: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:7866: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7866: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:7867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7867: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7874: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:7876: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:7888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7909: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7919: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:7931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7949: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:7952: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7954: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7957: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7959: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7961: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:7965: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:7967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:7981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8012: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8029: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:8035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8036: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8038: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:8041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8058: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8059: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:8065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8066: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8068: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:8072: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8084: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8099: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8166: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8166: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:8169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8201: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:8212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8233: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:8240: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8239: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:8239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8240: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8250: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8254: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8255: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8295: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_docmd.c:8295: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:8297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8301: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:8305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8310: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8311: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:8312: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:8316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8316: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8317: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:8319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8328: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8340: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8345: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:8350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8364: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:8365: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8383: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/ex_docmd.c:8387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8409: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/ex_docmd.c:8418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8420: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:8421: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8433: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8437: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:8440: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:8446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8465: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:8471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8472: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8474: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:8495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8526: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8527: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:8528: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:8528: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:8529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8532: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8562: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:8563: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:8565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8568: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:8580: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8581: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8583: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8587: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8589: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8590: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8596: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8603: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8621: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8622: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8622: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_docmd.c:8626: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8628: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8634: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8643: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8645: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8646: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8660: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8666: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8675: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:8678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8686: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:8693: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8702: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8703: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:8706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8717: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8720: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8721: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8728: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8734: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8736: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8738: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8740: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8749: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8750: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:8751: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:8752: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8753: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8758: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8778: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8780: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8781: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8783: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8796: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8804: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8809: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8814: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8825: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8826: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8829: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8831: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8833: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8838: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8839: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8852: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8868: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8870: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:8872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8873: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8875: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8876: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8877: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8878: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8875: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8876: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8877: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8878: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8883: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8885: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8885: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8893: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8914: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8918: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8920: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8920: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8922: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:8925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8926: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8927: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:8931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8938: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8953: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8954: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8967: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8969: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8970: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:8971: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:8972: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:8989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8993: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:8994: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:9000: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_docmd.c:8997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:8999: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_docmd.c:8999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9006: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:9008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9016: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9019: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9020: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9021: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9022: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9030: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9033: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:9036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9048: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9053: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9057: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9061: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:9065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9068: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9082: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9084: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9085: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:9087: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:9091: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9101: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9109: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/ex_docmd.c:9110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9112: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9128: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9132: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9133: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9141: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9141: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9149: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9160: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9164: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:9170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9174: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_docmd.c:9175: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_docmd.c:9179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9192: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:9193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9198: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:9212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9226: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9232: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:9234: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9253: for should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9254: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9259: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:9262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9275: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:9293: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_docmd.c:9294: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_docmd.c:9295: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/ex_docmd.c:9299: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_docmd.c:9313: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9315: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:9318: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:9323: Use xstrlcpy or snprintf instead of strcpy [runtime/printf] [4]
src/nvim/ex_docmd.c:9330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9354: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9367: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9370: Should leave no spaces after a cast: u'(void) shada_read_everything' [whitespace/cast] [2]
src/nvim/ex_docmd.c:9372: Should leave no spaces after a cast: u'(char *) eap' [whitespace/cast] [2]
src/nvim/ex_docmd.c:9377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9383: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9398: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9404: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:9408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9414: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9416: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9494: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_docmd.c:9514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9519: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9525: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9527: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:9535: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9537: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_docmd.c:9542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.c:9547: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:9616: if should always use braces [readability/braces] [5]
src/nvim/ex_docmd.c:9616: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_docmd.c:9623: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_docmd.c:9623: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_docmd.c:9629: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_docmd.c:9655: Missing spaces around == [whitespace/operators] [3]
src/nvim/ex_docmd.c:9655: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:27: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:60: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:61: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:63: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:67: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:76: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:78: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:94: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:102: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:103: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:150: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:151: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:164: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:175: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:176: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:186: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:187: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:194: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:209: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:210: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:221: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:222: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:237: while should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:250: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:257: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:261: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:303: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:304: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:309: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:312: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:314: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:314: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:315: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:317: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:318: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:334: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:335: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:344: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:346: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:358: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:359: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:364: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:368: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:374: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_eval.c:393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:417: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/ex_eval.c:424: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:425: Should leave no spaces after a cast: u'(char_u *) value' [whitespace/cast] [2]
src/nvim/ex_eval.c:432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:459: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:465: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:470: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:476: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:477: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:478: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:480: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:481: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:482: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:487: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:489: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:490: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:492: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:501: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:525: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:526: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:527: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:529: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:530: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:531: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:533: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:536: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:538: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:539: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:541: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:546: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:548: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:559: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:561: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:562: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:572: Should leave no spaces after a cast: u'(char *) excp' [whitespace/cast] [2]
src/nvim/ex_eval.c:580: Should leave no spaces after a cast: u'(char *) IObuff' [whitespace/cast] [2]
src/nvim/ex_eval.c:589: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:590: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:591: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:593: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:594: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:595: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:600: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:602: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:603: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:605: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:615: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:619: Should leave no spaces after a cast: u'(char *) caught_stack' [whitespace/cast] [2]
src/nvim/ex_eval.c:629: Should leave no spaces after a cast: u'(char *) IObuff' [whitespace/cast] [2]
src/nvim/ex_eval.c:640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:641: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:703: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:705: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:707: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:712: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:713: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:714: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:715: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:719: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:720: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:723: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:725: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:736: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:739: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:751: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:754: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:766: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:769: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:785: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:787: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:787: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:788: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:804: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:806: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:817: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:818: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:822: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:822: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:832: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:836: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:868: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:875: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:880: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:882: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:883: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:898: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:910: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:912: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:914: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:917: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:931: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:933: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:933: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:940: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:941: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:971: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:979: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:981: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:982: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1004: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1018: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1020: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1020: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1025: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1052: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1054: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1054: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1059: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1086: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1088: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1088: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1093: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1095: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1099: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1101: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1104: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_eval.c:1107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1112: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1116: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1129: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_eval.c:1134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1151: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1153: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1153: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1161: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1163: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1176: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1189: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1190: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1195: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1196: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1215: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1217: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1227: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1238: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1240: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1240: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1241: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:1242: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:1246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1287: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/ex_eval.c:1291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1297: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1298: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1299: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1310: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1316: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1318: for should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1318: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_eval.c:1319: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1325: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1326: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1328: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1337: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1346: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1347: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1396: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1398: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1409: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1416: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1429: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1433: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1443: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1447: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1449: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1449: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1452: for should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1452: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_eval.c:1453: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1459: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1468: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1500: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1520: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1523: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1525: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1539: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1563: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1589: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:1590: while should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1590: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/ex_eval.c:1592: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1593: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1602: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1613: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1615: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1630: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1634: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1638: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1639: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1640: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1653: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1655: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1669: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1671: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:1672: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:1676: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1677: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1696: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1699: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1709: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1710: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1711: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1712: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1713: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1714: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1719: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1768: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1770: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1770: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1774: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1777: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1806: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1814: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1816: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1817: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1822: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1830: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_eval.c:1830: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1836: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1844: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_eval.c:1846: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1852: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1853: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1854: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1855: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1856: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1857: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1861: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1882: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_eval.c:1885: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1887: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_eval.c:1889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1909: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1921: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1922: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1922: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_eval.c:1923: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_eval.c:1925: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_eval.c:1932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1938: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1946: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1948: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1958: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1960: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:1963: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1981: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:1992: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:1994: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:2000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:2007: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_eval.c:2010: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:2011: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:2012: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:2014: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:2018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:2026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:2033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.c:2035: while should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:2036: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_eval.c:2038: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:2042: if should always use braces [readability/braces] [5]
src/nvim/ex_eval.c:2044: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_eval.c:2045: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:67: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:70: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:76: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_getln.c:76: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:78: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_getln.c:78: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:80: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:81: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:140: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:140: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:141: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:141: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:142: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:142: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:298: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:547: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:599: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:624: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:625: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:627: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:628: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:657: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:659: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:712: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:712: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:754: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:757: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:769: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:772: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:804: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:810: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:813: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:824: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:876: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:881: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:898: while should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:907: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:911: while should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:913: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:915: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1017: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1026: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1091: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1108: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1167: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1222: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1262: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:1300: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1322: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1334: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:1334: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:1360: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:1362: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:1378: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1385: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1471: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:1472: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:1471: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:1472: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:1527: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1531: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:1532: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:1533: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1662: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:1671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1678: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:1680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1702: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1712: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/ex_getln.c:1713: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1714: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:1718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1727: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/ex_getln.c:1735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1743: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:1748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1756: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:1758: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:1763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1763: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1774: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1776: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:1780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1790: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1792: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:1794: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:1796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1797: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1799: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1805: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1816: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1826: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:1827: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1833: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1845: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:1847: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/ex_getln.c:1846: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_getln.c:1846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1846: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_getln.c:1849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1856: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:1862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1864: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1868: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1870: while should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1890: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1891: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:1893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1896: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:1900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1917: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1948: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:1963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:1990: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:1991: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:1996: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2000: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2008: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2020: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:2039: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2041: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2051: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2061: while should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2062: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2073: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2074: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2081: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2082: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2084: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2085: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2087: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2088: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2089: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2091: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2107: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2109: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2141: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2164: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2165: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:2167: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2170: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ex_getln.c:2183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2212: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2214: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2218: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2220: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2220: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:2224: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2236: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2248: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:2252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2259: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2261: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:2263: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2265: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2274: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2276: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:2277: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2279: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2281: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2282: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2284: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2302: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2309: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2310: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2316: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2317: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2320: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2322: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2325: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2327: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:2329: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:2336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2353: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2356: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:2360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2366: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2372: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:2376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2377: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2379: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2388: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2390: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:2392: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:2394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2395: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2400: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2404: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2409: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2413: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2418: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2429: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:2438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2487: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2494: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2501: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2502: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:2503: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2508: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2522: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2526: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2528: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2532: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2537: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2555: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2556: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:2557: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2560: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2561: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2562: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2564: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2566: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2584: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2594: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2596: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2606: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2608: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2614: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2615: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2616: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:2617: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2617: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:2621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2626: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2640: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:2643: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2651: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2655: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2660: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2662: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2669: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2675: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2680: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2690: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2692: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2694: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2707: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2708: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2718: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2719: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2729: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:2730: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:2733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2771: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2772: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2774: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2774: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:2777: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2780: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2783: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2784: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2788: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2788: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:2789: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2807: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2808: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2820: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2823: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2825: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2867: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:2870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2878: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:2880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2888: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2890: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2891: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2891: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:2892: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2899: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2901: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2905: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2907: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2910: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2912: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2913: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2916: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:2920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2929: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2935: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:2937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2941: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:2943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2947: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2951: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2962: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2964: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2975: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2975: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:2976: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2977: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:2980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:2985: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:2987: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:2990: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3010: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3044: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3044: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3048: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3050: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3055: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3059: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3074: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3093: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_getln.c:3098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3101: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3114: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3127: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3136: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3143: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3150: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3173: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3173: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3174: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3222: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3252: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:3254: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3264: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3269: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3273: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3274: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3275: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3277: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3277: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:3278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3280: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3284: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3286: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:3288: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3292: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3294: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3294: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:3295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3298: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3313: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3325: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3338: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3344: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:3345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3347: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3349: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3349: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:3351: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:3351: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3355: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3366: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3378: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3392: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3395: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3400: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3401: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3403: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3421: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3424: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3427: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3428: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3433: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3434: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:3435: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3436: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3438: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3449: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:3452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3474: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3482: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3482: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:3483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3485: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3486: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_getln.c:3486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3490: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3495: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3497: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3506: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3547: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3548: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3553: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3558: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3559: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:3565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3621: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:3622: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:3633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3637: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3649: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:3650: while should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3672: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:3673: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:3675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3697: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3765: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:3766: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:3771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3779: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3781: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3783: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3785: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3797: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3803: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3805: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3805: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3807: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3812: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3818: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3820: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3822: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3824: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3827: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3829: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3840: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:3840: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3856: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3858: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3885: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3891: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3894: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3896: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3898: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:3898: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:3905: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/ex_getln.c:3906: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3906: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3906: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3907: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3907: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3907: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3908: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3908: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3908: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3909: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3909: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3909: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3910: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3910: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3910: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3911: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3911: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3911: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3912: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3912: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3912: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3913: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3913: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3913: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3914: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3914: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3914: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3915: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3915: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3915: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3916: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3916: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3916: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3917: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3917: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3917: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3918: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3918: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3918: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3919: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3919: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3919: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:3920: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3920: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3920: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3921: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3921: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3921: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3922: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3922: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3922: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3923: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3923: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3923: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3924: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3924: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3924: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3925: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3925: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3925: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3926: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3926: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3926: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3927: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3927: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3927: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3929: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3929: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3929: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3930: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3930: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3930: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3932: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3932: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3932: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3933: Missing space after { [whitespace/braces] [5]
src/nvim/ex_getln.c:3933: Missing space before } [whitespace/braces] [5]
src/nvim/ex_getln.c:3933: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3942: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3942: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3945: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:3959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3973: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/ex_getln.c:3971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:3980: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3982: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3982: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/ex_getln.c:3984: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3984: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/ex_getln.c:3987: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:3990: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3997: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:3999: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:3999: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/ex_getln.c:4001: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4001: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/ex_getln.c:4004: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4006: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:4010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4012: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4020: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4023: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4024: Missing space before asterisk in )* [whitespace/operators] [2]
src/nvim/ex_getln.c:4025: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:4026: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:4030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4061: for should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4061: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:4062: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4069: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4071: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:4074: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:4074: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:4083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4105: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4109: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4121: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:4124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4127: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:4133: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4134: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:4146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4160: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4172: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/ex_getln.c:4175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4181: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:4185: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4195: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ex_getln.c:4204: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4210: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4217: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4218: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:4225: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4226: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:4234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4244: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4250: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4325: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4482: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4484: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4565: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:4566: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:4577: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4578: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:4581: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4582: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:4584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4589: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4590: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:4594: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4602: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4658: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ex_getln.c:4659: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ex_getln.c:4662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4674: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4687: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ex_getln.c:4688: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4694: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4707: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4719: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4733: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4735: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4737: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4751: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4766: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4780: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4785: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4787: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:4792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4802: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4804: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4819: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:4821: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4827: while should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4829: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4832: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:4834: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4838: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4840: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4853: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4855: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:4879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4893: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:4904: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4914: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4917: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4920: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4936: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4937: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:4941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:4944: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:4957: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:4997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5019: while should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5031: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:5041: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:5049: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5051: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5053: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5054: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ex_getln.c:5055: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5061: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:5060: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/ex_getln.c:5062: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5064: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:5065: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:5070: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5189: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:5200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5211: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5213: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5215: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_getln.c:5215: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:5220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5222: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:5229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5243: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:5244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5244: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5261: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ex_getln.c:5263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5279: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5304: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:5306: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5308: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:5308: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ex_getln.c:5312: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5327: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ex_getln.c:5335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.c:5365: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5370: if should always use braces [readability/braces] [5]
src/nvim/ex_getln.c:5372: An else should always have braces before it [readability/braces] [5]
src/nvim/ex_getln.c:5443: Should leave no spaces after a cast: u'(histentry_T *) iter' [whitespace/cast] [2]
src/nvim/ex_getln.c:5456: Should leave no spaces after a cast: u'(const void *) (' [whitespace/cast] [2]
src/nvim/farsi.c:175: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:296: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/farsi.c:298: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/farsi.c:362: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:363: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:364: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:365: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:366: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:367: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:368: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:369: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:370: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:371: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:372: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:373: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:374: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:375: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:377: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:378: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:379: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:380: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:381: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:382: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:383: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:384: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:385: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:447: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:510: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:556: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:625: Use true instead of TRUE. [readability/bool] [4]
src/nvim/farsi.c:636: Use true instead of TRUE. [readability/bool] [4]
src/nvim/farsi.c:649: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/farsi.c:655: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/farsi.c:667: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/farsi.c:770: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:771: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:772: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:773: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:774: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:775: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:776: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:777: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:778: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:779: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:780: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:781: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:782: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:783: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:784: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:785: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:786: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:787: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:788: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:789: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:790: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:791: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:792: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:793: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:794: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:795: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:796: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:797: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:798: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:799: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:800: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:801: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:802: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:803: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:804: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:805: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:806: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:807: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:808: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:809: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:810: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:811: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:812: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:813: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:814: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:815: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:816: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:817: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:818: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:819: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:820: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:960: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:961: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:962: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:963: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:964: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:965: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:966: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:967: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:968: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:969: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:970: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:971: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:972: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:973: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:974: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:975: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:976: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:977: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:978: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:979: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:980: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:981: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:982: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:983: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:984: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:985: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:986: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:987: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:988: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:989: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:990: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:991: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:992: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:993: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:994: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:995: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:996: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:997: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:998: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:999: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1000: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1001: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1002: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1003: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1004: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1005: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1006: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1007: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1008: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1009: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1010: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1074: Use false instead of FALSE. [readability/bool] [4]
src/nvim/farsi.c:1279: Small and focused functions are preferred: fkmap() has 600 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/farsi.c:1378: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1553: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1565: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/farsi.c:1607: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/farsi.c:1635: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/farsi.c:1636: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/farsi.c:1645: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/farsi.c:1659: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/farsi.c:1674: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/farsi.c:1691: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/farsi.c:1855: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1856: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1857: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1858: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1859: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1860: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1861: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1862: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1863: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1864: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1865: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1866: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1867: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1868: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1869: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1870: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1871: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1872: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1873: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1874: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1875: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1876: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1877: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1878: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1879: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1880: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1881: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1882: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1883: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1884: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1885: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1886: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1887: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1888: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1889: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1890: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1891: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1892: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1893: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1894: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1895: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1896: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1897: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1898: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1899: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1900: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1901: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1902: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1903: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1904: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1905: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1909: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1910: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1911: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1912: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1913: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1914: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1915: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1916: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1917: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1918: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1962: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1963: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1964: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1966: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1967: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1968: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1969: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1970: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1971: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1972: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1973: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1983: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1984: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1986: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1996: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1997: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1998: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:1999: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:2000: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/farsi.c:2001: Extra space before last semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/fileio.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:59: Found C system header after other header. Should be: c system, c++ system, other. [build/include_order] [4]
src/nvim/fileio.c:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:63: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:97: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fileio.c:97: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:97: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:98: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:106: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fileio.c:106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:106: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:107: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:129: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fileio.c:129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:203: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:207: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:216: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:217: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:218: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:219: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:222: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:224: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:227: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:254: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:255: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:286: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:288: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:291: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:299: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:304: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fileio.c:304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:309: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:313: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fileio.c:313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:313: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:323: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:327: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fileio.c:327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:327: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:330: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:331: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fileio.c:331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:331: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:356: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:373: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:376: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:403: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:404: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:404: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:406: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:407: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:407: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:413: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:414: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:415: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:416: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:469: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:470: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:546: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:548: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:550: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:555: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:558: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:558: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:562: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:567: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/fileio.c:571: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/fileio.c:573: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/fileio.c:574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:574: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:583: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:587: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:588: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:594: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:595: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:597: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:598: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:618: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:626: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:631: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:647: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:655: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:656: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:658: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:658: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:659: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:661: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:661: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:662: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:664: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:664: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:665: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:667: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:667: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:668: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:672: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:674: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:685: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:688: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:690: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:692: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:694: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:711: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:715: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:726: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:728: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:736: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:737: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:740: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:760: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:760: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:762: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:775: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:776: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:778: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:781: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:785: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:815: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:819: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:820: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:821: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:823: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:824: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:833: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:834: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:835: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:835: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:838: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:839: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:841: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:843: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:859: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:864: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:866: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:869: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:871: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:878: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:895: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/fileio.c:896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:898: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:910: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:919: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:936: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:944: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:948: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:962: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:985: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1007: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1010: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1029: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1031: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1033: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1035: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1037: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1039: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1054: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1056: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1056: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1069: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:1070: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1072: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1080: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:1081: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1083: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1091: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1092: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1107: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1108: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1109: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1121: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1123: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1128: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/fileio.c:1135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1143: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/fileio.c:1146: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1161: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1178: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1180: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1182: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1189: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1190: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1197: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1200: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1203: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1206: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1218: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1244: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1247: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1249: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1251: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1254: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1255: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1258: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1261: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1298: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:1299: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1300: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1302: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1308: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1319: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1321: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1327: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1341: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1343: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1357: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1359: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1361: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1362: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1364: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1382: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1384: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1386: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1387: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1389: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1406: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1408: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1408: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1416: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1418: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1420: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1421: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1423: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1432: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1437: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1439: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1441: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1442: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1443: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1445: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1447: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1449: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1460: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1463: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:1467: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1480: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1481: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1496: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1500: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1504: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1510: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1511: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1512: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1514: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1523: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1525: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1526: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1529: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1530: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1549: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:1551: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1554: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1567: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:1568: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/fileio.c:1570: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:1571: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1573: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1576: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1587: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1591: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1606: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1609: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1611: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1613: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1615: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1615: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1618: Should leave no spaces after a cast: u'(colnr_T) (' [whitespace/cast] [2]
src/nvim/fileio.c:1620: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1623: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1625: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1627: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1631: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1632: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1637: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1639: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1641: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1643: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1643: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1650: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1658: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/fileio.c:1660: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1661: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1664: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1666: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1667: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1674: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1677: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1679: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1681: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1685: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1686: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1697: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1698: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1713: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1714: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1717: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1718: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1719: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1719: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1720: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1730: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:1732: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1734: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1745: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1748: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1748: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1767: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1775: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1776: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:1779: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1789: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:1792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1804: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1805: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1814: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1820: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1826: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1832: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1839: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1845: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1849: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1853: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1857: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1861: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1864: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1868: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1867: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/fileio.c:1869: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1872: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:1871: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/fileio.c:1873: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1876: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1878: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1879: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1886: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1889: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1901: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:1904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1905: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1908: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/fileio.c:1909: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:1911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1917: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1919: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:1922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1931: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/fileio.c:1935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1950: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:1969: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:1972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2002: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2005: Small and focused functions are preferred: () has 1240 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [2]
src/nvim/fileio.c:2026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2031: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:2032: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:2033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2042: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:2042: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:2043: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2044: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:2048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2056: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/fileio.c:2062: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2063: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2073: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2075: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2140: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:2141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2150: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2152: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2152: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:2153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2155: Should leave no spaces after a cast: u'(char *) fenc' [whitespace/cast] [2]
src/nvim/fileio.c:2156: Should leave no spaces after a cast: u'(char *) fname' [whitespace/cast] [2]
src/nvim/fileio.c:2165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2201: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:2202: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:2204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2244: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:2245: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:2252: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/fileio.c:2251: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fileio.c:2251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2252: Extra space for operator ! [whitespace/operators] [4]
src/nvim/fileio.c:2253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2261: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2272: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2280: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2283: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2284: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2290: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2299: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2300: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2307: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fileio.c:2307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2310: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2314: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2327: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2338: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2347: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2364: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2369: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2381: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2382: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2383: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2384: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2386: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:2388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2398: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2399: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2400: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2401: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2402: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2403: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2412: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2413: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2414: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2415: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2416: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2417: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2418: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2419: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2427: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2427: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2428: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2429: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2430: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2432: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2432: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2436: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2436: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2441: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2441: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2444: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2451: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2452: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2453: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2455: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2455: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2459: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2459: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2460: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2461: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2462: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2464: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2464: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2482: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:2484: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2487: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2494: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2501: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2503: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2506: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2513: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2525: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2527: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2529: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2529: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:2532: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:2534: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:2540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2544: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2546: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2548: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2550: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2555: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2556: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2557: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2558: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2559: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2562: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2564: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2566: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2567: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2575: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:2578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2585: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2601: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2602: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2617: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2618: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2622: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2623: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2624: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2632: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/fileio.c:2634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2659: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2668: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2676: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2677: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2679: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2685: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2702: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2715: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2725: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/fileio.c:2731: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2732: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2733: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2734: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2734: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:2741: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2763: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2771: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2777: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2779: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2785: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2792: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2816: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2825: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:2825: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:2828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2828: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:2832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2858: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:2860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2876: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2879: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2880: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2890: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2914: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:2927: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2930: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2952: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:2993: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:2995: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:2995: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:2996: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:2996: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3008: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3032: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3040: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:3047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3053: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3060: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3061: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3065: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3067: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3079: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3096: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:3099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3113: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3115: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3133: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3141: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3142: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:3145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3169: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3181: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3182: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/fileio.c:3183: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/fileio.c:3185: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3187: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3182: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/fileio.c:3183: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/fileio.c:3188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3202: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:3209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3211: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3212: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3219: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3261: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3273: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3275: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3287: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3289: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3297: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3308: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:3309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3313: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3314: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3317: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3319: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3321: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3323: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:3324: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3341: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:3342: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3345: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3347: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3347: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:3348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3380: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3402: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3417: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3433: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3436: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3441: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3451: Should leave no spaces after a cast: u'(char *) p_enc' [whitespace/cast] [2]
src/nvim/fileio.c:3452: Should leave no spaces after a cast: u'(char *) wfname' [whitespace/cast] [2]
src/nvim/fileio.c:3464: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3466: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:3467: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3467: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:3468: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3471: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3473: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3470: If you can, use sizeof((char *)errmsg) instead of 300 as the 2nd arg to snprintf. [runtime/printf] [3]
src/nvim/fileio.c:3475: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:3477: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3500: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3501: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3507: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:3508: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3509: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3512: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3519: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3527: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:3530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3534: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3537: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3538: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3540: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3543: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3546: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3550: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3553: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3557: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3560: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3561: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3564: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3566: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3570: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3579: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3580: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3596: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3598: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3607: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3631: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/fileio.c:3631: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:3634: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3636: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3637: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3636: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3637: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3639: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3651: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3661: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:3664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3668: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3688: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3690: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3692: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3692: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/fileio.c:3693: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3703: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3709: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3711: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/fileio.c:3712: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3732: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3738: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:3740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3746: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3748: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3748: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3749: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3751: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3751: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3752: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3754: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3754: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3755: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3757: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3757: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3762: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3763: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3769: Small and focused functions are preferred: () has 1061 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [2]
src/nvim/fileio.c:3771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3780: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3781: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3782: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3783: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3791: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3791: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3795: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3796: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3797: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3798: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3817: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3819: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3859: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3862: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/fileio.c:3865: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/fileio.c:3865: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:3866: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3868: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3869: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/fileio.c:3871: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3873: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3873: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:3874: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/fileio.c:3879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3885: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3898: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3902: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3903: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3904: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:3904: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:3906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3906: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:3918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3936: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3955: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:3955: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:3960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3964: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3966: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3976: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:3984: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3989: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:3991: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:3999: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:4005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4008: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4012: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:4015: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4017: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4022: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4025: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4026: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:4028: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4030: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4030: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:4043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4076: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4085: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4090: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4163: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:4185: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4219: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4224: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4229: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4235: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4263: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:4264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4265: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4272: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4274: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4298: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4341: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4350: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4395: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4399: Use xstrlcpy or snprintf instead of strcpy [runtime/printf] [4]
src/nvim/fileio.c:4422: Use xstrlcpy or snprintf instead of strcpy [runtime/printf] [4]
src/nvim/fileio.c:4465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4584: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4586: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4612: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4621: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4647: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4668: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:4689: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:4697: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4721: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4731: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:4732: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:4733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4742: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4743: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4749: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4750: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4753: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4756: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4757: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4757: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:4758: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:4759: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4760: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4778: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:4779: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4803: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:4804: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4805: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4816: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:4816: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:4817: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4836: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:4837: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:4839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4846: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4847: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4848: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4851: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4862: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4878: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/fileio.c:4881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4891: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4893: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4894: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/fileio.c:4896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4901: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4903: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4904: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4904: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:4905: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4907: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4909: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4911: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4913: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4932: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4933: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4934: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4935: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:4936: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4940: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:4942: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:4942: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:4943: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4944: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4953: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:4961: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:4963: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:4964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:4974: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fileio.c:4976: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:4995: Should leave no spaces after a cast: u'(char_u *) _' [whitespace/cast] [2]
src/nvim/fileio.c:4996: Should leave no spaces after a cast: u'(char_u *) _' [whitespace/cast] [2]
src/nvim/fileio.c:5009: Should leave no spaces after a cast: u'(char_u *) tbuf' [whitespace/cast] [2]
src/nvim/fileio.c:5018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5022: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:5025: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:5033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5039: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5042: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:5055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5085: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5087: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:5088: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:5092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5116: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:5139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5141: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:5146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5162: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5164: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:5169: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:5171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5182: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5207: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5391: Missing space after { [whitespace/braces] [5]
src/nvim/fileio.c:5391: Missing space before } [whitespace/braces] [5]
src/nvim/fileio.c:5396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5401: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:5407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5426: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5428: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5432: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5447: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5457: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5460: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5463: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5465: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5469: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5483: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:5486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5497: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:5500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5510: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5528: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:5532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5537: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:5542: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:5545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5556: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:5557: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5561: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:5563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5564: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:5570: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:5577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5586: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:5586: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:5587: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5594: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5595: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:5662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5668: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5670: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:5672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5672: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:5674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5674: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:5676: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5680: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:5713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5733: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5734: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:5736: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5748: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:5748: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:5749: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5758: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:5760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5775: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5777: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:5806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5816: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5817: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:5818: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:5825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5837: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5839: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:5851: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:5856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5895: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:5896: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:5907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5912: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:5965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:5995: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6018: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6020: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6034: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/fileio.c:6047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6049: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6051: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6061: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6063: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:6068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6083: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:6084: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6086: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6094: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6101: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:6102: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6105: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6106: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6109: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6117: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/fileio.c:6118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6156: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/fileio.c:6159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6162: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6183: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:6199: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:6199: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:6200: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6212: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6214: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6222: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:6233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6241: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:6242: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:6249: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:6256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6271: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6279: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:6280: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6281: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:6281: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:6282: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6364: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:6365: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:6366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6391: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6402: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6409: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:6410: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:6413: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:6414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6528: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6543: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:6561: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:6643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6663: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6671: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6678: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6685: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6691: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6698: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6714: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6716: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:6720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6738: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6740: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6742: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6744: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6746: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:6748: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6750: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6755: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6757: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6766: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6768: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6768: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:6769: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6771: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6773: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:6773: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:6774: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6779: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6824: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:6826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6832: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6853: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:6855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6855: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:6857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6858: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6859: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:6863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6873: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6904: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6908: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:6910: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6922: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6926: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:6936: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:6949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6959: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6960: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:6964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6969: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:6988: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:6990: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:6995: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:6997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7000: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7002: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:7005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7008: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fileio.c:7009: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:7011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7039: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fileio.c:7038: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/fileio.c:7048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7049: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:7050: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:7051: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:7054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7054: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7057: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7074: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7080: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:7081: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7083: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:7086: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7090: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7092: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:7094: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7095: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:7096: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7111: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7113: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:7165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7171: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7173: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7182: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:7185: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fileio.c:7188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7195: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:7199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7206: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:7206: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fileio.c:7207: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7210: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7211: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:7212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7219: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:7221: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7224: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7226: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:7227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7282: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7301: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7311: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7318: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7323: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7327: for should always use braces [readability/braces] [5]
src/nvim/fileio.c:7328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7367: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7369: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:7373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7453: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:7455: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7456: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fileio.c:7457: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7485: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:7486: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:7495: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7496: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:7498: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:7512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7512: while should always use braces [readability/braces] [5]
src/nvim/fileio.c:7513: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:7524: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7540: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7541: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:7546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7570: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7575: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:7586: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7587: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:7598: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fileio.c:7604: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fileio.c:7608: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7610: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:7611: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fileio.c:7616: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7620: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7622: An else should always have braces before it [readability/braces] [5]
src/nvim/fileio.c:7631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7641: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.c:7661: if should always use braces [readability/braces] [5]
src/nvim/fileio.c:7663: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:88: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:88: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/file_search.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:96: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:145: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/file_search.c:149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:249: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/file_search.c:257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:268: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:270: An else should always have braces before it [readability/braces] [5]
src/nvim/file_search.c:270: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:280: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:280: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:282: An else should always have braces before it [readability/braces] [5]
src/nvim/file_search.c:282: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:287: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:288: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:291: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:292: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:311: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/file_search.c:311: Use false instead of FALSE. [readability/bool] [4]
src/nvim/file_search.c:312: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:314: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:315: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/file_search.c:318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:325: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:325: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:328: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:330: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:338: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:357: while should always use braces [readability/braces] [5]
src/nvim/file_search.c:369: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:377: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:385: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/file_search.c:392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:426: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:428: An else should always have braces before it [readability/braces] [5]
src/nvim/file_search.c:429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:431: An else should always have braces before it [readability/braces] [5]
src/nvim/file_search.c:436: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:437: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:436: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/file_search.c:440: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:445: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:481: Use xstrlcat or snprintf instead of STRNCAT [runtime/printf] [4]
src/nvim/file_search.c:503: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:504: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:539: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:549: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:580: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:592: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:594: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:602: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:607: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:631: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:632: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:633: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:634: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:631: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:632: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:633: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:634: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:634: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/file_search.c:639: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:649: An else should always have braces before it [readability/braces] [5]
src/nvim/file_search.c:653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:710: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:727: while should always use braces [readability/braces] [5]
src/nvim/file_search.c:732: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:744: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:749: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:750: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:751: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:755: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:757: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:767: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/file_search.c:768: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:783: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:785: An else should always have braces before it [readability/braces] [5]
src/nvim/file_search.c:788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:798: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:799: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:800: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:801: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/file_search.c:798: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:799: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:800: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:801: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/file_search.c:801: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/file_search.c:806: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:807: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:808: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/file_search.c:809: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/file_search.c:809: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/file_search.c:813: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:827: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:832: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:833: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:849: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:853: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:862: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/file_search.c:863: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:867: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:883: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/file_search.c:884: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:885: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:887: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:890: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:891: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:891: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:897: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/file_search.c:900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:908: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:909: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:910: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:910: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:914: while should always use braces [readability/braces] [5]
src/nvim/file_search.c:917: while should always use braces [readability/braces] [5]
src/nvim/file_search.c:923: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:932: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:934: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/file_search.c:942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:950: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:990: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/file_search.c:994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1003: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:1004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1083: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/file_search.c:1101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1128: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1130: An else should always have braces before it [readability/braces] [5]
src/nvim/file_search.c:1139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1142: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/file_search.c:1154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1155: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1159: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1188: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1203: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1217: while should always use braces [readability/braces] [5]
src/nvim/file_search.c:1236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1253: while should always use braces [readability/braces] [5]
src/nvim/file_search.c:1256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1257: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1258: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:1262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1266: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1268: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:1270: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1271: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:1274: Use false instead of FALSE. [readability/bool] [4]
src/nvim/file_search.c:1277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1303: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/file_search.c:1304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1343: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/file_search.c:1344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1350: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:1355: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/file_search.c:1356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1367: Use false instead of FALSE. [readability/bool] [4]
src/nvim/file_search.c:1378: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:1379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1389: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/file_search.c:1413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1418: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:1424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1426: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/file_search.c:1441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1453: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1461: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1466: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:1467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1470: Use false instead of FALSE. [readability/bool] [4]
src/nvim/file_search.c:1476: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1479: Use false instead of FALSE. [readability/bool] [4]
src/nvim/file_search.c:1484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1497: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.c:1500: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:1501: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:1500: Use false instead of FALSE. [readability/bool] [4]
src/nvim/file_search.c:1501: Use false instead of FALSE. [readability/bool] [4]
src/nvim/file_search.c:1502: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1503: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:1509: Use true instead of TRUE. [readability/bool] [4]
src/nvim/file_search.c:1510: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1512: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:1513: An else should always have braces before it [readability/braces] [5]
src/nvim/file_search.c:1515: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:1517: if should always use braces [readability/braces] [5]
src/nvim/file_search.c:1519: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/file_search.c:1520: An else should always have braces before it [readability/braces] [5]
src/nvim/file_search.c:1522: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:3: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:33: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:34: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:42: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fold.c:42: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:45: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:46: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:47: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fold.c:47: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:47: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:56: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:60: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:63: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:66: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fold.c:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:68: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fold.c:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:70: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fold.c:70: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:71: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fold.c:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:80: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:94: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:145: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:158: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:165: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:166: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:175: if should always use braces [readability/braces] [5]
src/nvim/fold.c:181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:199: if should always use braces [readability/braces] [5]
src/nvim/fold.c:202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:203: if should always use braces [readability/braces] [5]
src/nvim/fold.c:209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:211: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:222: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:238: if should always use braces [readability/braces] [5]
src/nvim/fold.c:240: if should always use braces [readability/braces] [5]
src/nvim/fold.c:250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:258: if should always use braces [readability/braces] [5]
src/nvim/fold.c:260: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:262: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:266: if should always use braces [readability/braces] [5]
src/nvim/fold.c:272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:272: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/fold.c:273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:297: if should always use braces [readability/braces] [5]
src/nvim/fold.c:297: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:363: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:372: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:380: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fold.c:381: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fold.c:384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:397: if should always use braces [readability/braces] [5]
src/nvim/fold.c:400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:402: if should always use braces [readability/braces] [5]
src/nvim/fold.c:405: if should always use braces [readability/braces] [5]
src/nvim/fold.c:407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:408: if should always use braces [readability/braces] [5]
src/nvim/fold.c:412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:419: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:428: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:440: if should always use braces [readability/braces] [5]
src/nvim/fold.c:443: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:444: if should always use braces [readability/braces] [5]
src/nvim/fold.c:449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:480: for should always use braces [readability/braces] [5]
src/nvim/fold.c:480: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:495: if should always use braces [readability/braces] [5]
src/nvim/fold.c:496: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:505: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:508: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:514: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:515: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:517: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:530: if should always use braces [readability/braces] [5]
src/nvim/fold.c:531: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:532: if should always use braces [readability/braces] [5]
src/nvim/fold.c:534: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:536: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:551: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:552: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:576: if should always use braces [readability/braces] [5]
src/nvim/fold.c:579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:584: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:585: if should always use braces [readability/braces] [5]
src/nvim/fold.c:586: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:587: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:588: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:589: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:604: for should always use braces [readability/braces] [5]
src/nvim/fold.c:604: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:605: if should always use braces [readability/braces] [5]
src/nvim/fold.c:609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:611: if should always use braces [readability/braces] [5]
src/nvim/fold.c:614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:616: if should always use braces [readability/braces] [5]
src/nvim/fold.c:618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:625: for should always use braces [readability/braces] [5]
src/nvim/fold.c:625: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:629: if should always use braces [readability/braces] [5]
src/nvim/fold.c:634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:642: if should always use braces [readability/braces] [5]
src/nvim/fold.c:644: if should always use braces [readability/braces] [5]
src/nvim/fold.c:649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:661: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fold.c:662: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fold.c:666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:675: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:679: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:690: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:692: if should always use braces [readability/braces] [5]
src/nvim/fold.c:694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:700: if should always use braces [readability/braces] [5]
src/nvim/fold.c:701: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:707: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:710: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:714: if should always use braces [readability/braces] [5]
src/nvim/fold.c:716: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:717: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:717: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:718: if should always use braces [readability/braces] [5]
src/nvim/fold.c:720: if should always use braces [readability/braces] [5]
src/nvim/fold.c:722: if should always use braces [readability/braces] [5]
src/nvim/fold.c:726: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:735: if should always use braces [readability/braces] [5]
src/nvim/fold.c:737: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:741: if should always use braces [readability/braces] [5]
src/nvim/fold.c:745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:774: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:785: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:823: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fold.c:824: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fold.c:826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:845: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:850: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:851: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:854: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:857: if should always use braces [readability/braces] [5]
src/nvim/fold.c:860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:863: if should always use braces [readability/braces] [5]
src/nvim/fold.c:865: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:867: if should always use braces [readability/braces] [5]
src/nvim/fold.c:870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:872: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:876: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:877: if should always use braces [readability/braces] [5]
src/nvim/fold.c:878: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:879: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:882: if should always use braces [readability/braces] [5]
src/nvim/fold.c:888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:891: if should always use braces [readability/braces] [5]
src/nvim/fold.c:895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:898: if should always use braces [readability/braces] [5]
src/nvim/fold.c:903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:907: if should always use braces [readability/braces] [5]
src/nvim/fold.c:911: if should always use braces [readability/braces] [5]
src/nvim/fold.c:916: if should always use braces [readability/braces] [5]
src/nvim/fold.c:919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:922: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:925: if should always use braces [readability/braces] [5]
src/nvim/fold.c:930: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:957: for should always use braces [readability/braces] [5]
src/nvim/fold.c:957: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:959: if should always use braces [readability/braces] [5]
src/nvim/fold.c:961: if should always use braces [readability/braces] [5]
src/nvim/fold.c:967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:976: if should always use braces [readability/braces] [5]
src/nvim/fold.c:986: if should always use braces [readability/braces] [5]
src/nvim/fold.c:991: if should always use braces [readability/braces] [5]
src/nvim/fold.c:992: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:994: if should always use braces [readability/braces] [5]
src/nvim/fold.c:999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1020: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1034: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1035: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1036: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1062: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1065: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1068: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1068: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:1069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1071: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1075: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1092: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1097: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1125: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1127: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1130: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1142: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fold.c:1143: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fold.c:1145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1180: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fold.c:1181: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fold.c:1184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1194: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1195: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1210: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1216: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1219: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1224: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1225: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1227: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1230: for should always use braces [readability/braces] [5]
src/nvim/fold.c:1230: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1245: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1256: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1265: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1268: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:1271: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1286: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1308: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1309: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1322: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1324: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1326: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1331: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1356: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fold.c:1358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1360: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1364: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1365: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1370: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/fold.c:1376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1378: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1380: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1389: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1405: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1410: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1418: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1419: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1420: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1421: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:1425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1427: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:1429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1430: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1432: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1442: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:1443: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:1457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1475: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1477: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1488: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fold.c:1489: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fold.c:1492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1498: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1503: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1504: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1505: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1506: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:1507: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1510: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1511: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1513: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1516: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1516: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1517: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1526: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fold.c:1527: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fold.c:1530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1540: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1541: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1542: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1542: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:1544: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1547: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1551: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1563: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1607: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1609: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1609: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:1615: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1623: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/fold.c:1624: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/fold.c:1627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1631: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1632: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1655: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1661: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1662: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1679: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1697: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1702: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1704: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1706: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1708: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1717: Should leave no spaces after a cast: u'(varnumber_T) lnum' [whitespace/cast] [2]
src/nvim/fold.c:1718: Should leave no spaces after a cast: u'(varnumber_T) lnume' [whitespace/cast] [2]
src/nvim/fold.c:1720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1723: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1728: Should leave no spaces after a cast: u'(varnumber_T) level' [whitespace/cast] [2]
src/nvim/fold.c:1730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1736: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1738: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:1739: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1741: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1742: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1751: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1757: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1761: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1764: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:1766: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1778: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:1777: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/fold.c:1784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1792: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1793: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1798: while should always use braces [readability/braces] [5]
src/nvim/fold.c:1799: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1809: while should always use braces [readability/braces] [5]
src/nvim/fold.c:1810: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1821: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1823: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1826: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1827: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1831: for should always use braces [readability/braces] [5]
src/nvim/fold.c:1831: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1832: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/fold.c:1841: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1845: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:1849: while should always use braces [readability/braces] [5]
src/nvim/fold.c:1850: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1858: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1861: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1876: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1891: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1893: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1900: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1903: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:1918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1935: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1937: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1948: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1949: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1950: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:1952: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1954: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:1957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1960: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:1961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1965: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:1985: if should always use braces [readability/braces] [5]
src/nvim/fold.c:1987: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:1996: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2004: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2009: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2015: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2019: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2026: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:2028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2032: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:2036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2044: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2046: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2056: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2063: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2065: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2110: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:2114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2150: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2152: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2163: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2175: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2207: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2209: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:2212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2229: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2232: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2233: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2234: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:2235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2237: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2238: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2239: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2240: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2243: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2251: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2258: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2261: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2270: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2270: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2276: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2277: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2278: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2298: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2300: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:2303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2305: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2308: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2309: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2332: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2365: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2369: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2373: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2383: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2396: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2402: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2423: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:2425: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2432: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2439: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2440: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2443: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2452: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2453: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2458: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2475: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2477: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2516: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:2525: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2551: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2566: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2576: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2580: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2581: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2588: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2611: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2617: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/fold.c:2621: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2627: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2628: Use true instead of TRUE. [readability/bool] [4]
src/nvim/fold.c:2631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2644: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:2646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2650: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2652: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:2654: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:2657: Should leave no spaces after a cast: u'(int) MAX' [whitespace/cast] [2]
src/nvim/fold.c:2661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2668: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2670: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:2674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2691: Should leave no spaces after a cast: u'(varnumber_T) lnum' [whitespace/cast] [2]
src/nvim/fold.c:2696: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2716: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2718: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:2724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2744: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:2750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2757: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2800: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2807: Use false instead of FALSE. [readability/bool] [4]
src/nvim/fold.c:2811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2818: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2820: An else should always have braces before it [readability/braces] [5]
src/nvim/fold.c:2824: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2825: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2826: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2838: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2841: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:2842: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2843: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/fold.c:2847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2848: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2884: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2890: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2906: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2908: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2913: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2923: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/fold.c:2931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2932: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2936: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2937: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2942: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2950: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2952: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2956: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/fold.c:2962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.c:2969: if should always use braces [readability/braces] [5]
src/nvim/fold.c:2972: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2972: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/fold.c:2979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/garray.c:123: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/garray.c:138: Should leave no spaces after a cast: u'(size_t) gap' [whitespace/cast] [2]
src/nvim/garray.c:142: Should leave no spaces after a cast: u'(char_u *) xstrdup' [whitespace/cast] [2]
src/nvim/garray.c:159: Use xstrlcpy or snprintf instead of strcpy [runtime/printf] [4]
src/nvim/garray.c:161: Should leave no spaces after a cast: u'(char_u *) ret' [whitespace/cast] [2]
src/nvim/garray.c:170: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/garray.c:190: Should leave no spaces after a cast: u'(char *) s' [whitespace/cast] [2]
src/nvim/garray.c:203: Should leave no spaces after a cast: u'(int) len' [whitespace/cast] [2]
src/nvim/garray.c:206: Should leave no spaces after a cast: u'(int) len' [whitespace/cast] [2]
src/nvim/getchar.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:70: Missing space after { [whitespace/braces] [5]
src/nvim/getchar.c:70: Missing space before } [whitespace/braces] [5]
src/nvim/getchar.c:71: Missing space after { [whitespace/braces] [5]
src/nvim/getchar.c:71: Missing space before } [whitespace/braces] [5]
src/nvim/getchar.c:72: Missing space after { [whitespace/braces] [5]
src/nvim/getchar.c:72: Missing space before } [whitespace/braces] [5]
src/nvim/getchar.c:73: Missing space after { [whitespace/braces] [5]
src/nvim/getchar.c:73: Missing space before } [whitespace/braces] [5]
src/nvim/getchar.c:74: Missing space after { [whitespace/braces] [5]
src/nvim/getchar.c:74: Missing space before } [whitespace/braces] [5]
src/nvim/getchar.c:77: Missing space after { [whitespace/braces] [5]
src/nvim/getchar.c:77: Missing space before } [whitespace/braces] [5]
src/nvim/getchar.c:80: Missing space after { [whitespace/braces] [5]
src/nvim/getchar.c:80: Missing space before } [whitespace/braces] [5]
src/nvim/getchar.c:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:88: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:106: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:182: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:188: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:189: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:206: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:223: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:235: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:242: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:243: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:262: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:264: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:265: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:297: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/getchar.c:301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:312: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:314: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:316: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:317: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:345: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:355: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:421: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:430: while should always use braces [readability/braces] [5]
src/nvim/getchar.c:431: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:432: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/getchar.c:435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:441: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:469: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:491: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:519: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:527: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:528: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:537: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:544: while should always use braces [readability/braces] [5]
src/nvim/getchar.c:545: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:549: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:550: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:551: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:554: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:558: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:561: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:563: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:567: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:569: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:580: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:589: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:630: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:672: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:674: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:676: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:687: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:689: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:691: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:708: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:724: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:743: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:743: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:746: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:751: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:754: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:755: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:757: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:762: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:763: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:764: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:765: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:766: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:771: while should always use braces [readability/braces] [5]
src/nvim/getchar.c:772: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:791: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:791: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:796: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:806: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:807: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:813: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:863: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:881: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/getchar.c:881: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:895: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:901: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:902: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:903: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:908: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:910: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:911: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:912: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:921: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:923: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:925: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:936: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:938: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:940: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:942: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:942: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:949: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:953: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:955: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:990: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:991: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:997: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/getchar.c:1000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1024: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1032: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1038: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1038: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:1040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1045: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1047: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1052: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1053: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1056: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1057: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1061: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1063: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1067: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1069: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1073: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1075: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1081: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1082: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1115: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1119: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1132: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1134: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1150: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1159: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1161: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1163: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1165: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1195: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1229: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:1230: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:1232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1239: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1243: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1244: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1249: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1250: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1271: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1273: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1275: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1280: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1302: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1303: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1309: while should always use braces [readability/braces] [5]
src/nvim/getchar.c:1315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1330: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1345: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1348: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1371: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1390: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1391: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1396: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1397: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1405: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1407: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1408: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1409: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1416: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/getchar.c:1419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1447: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:1457: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:1467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1483: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1484: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1484: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1488: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1501: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1515: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1541: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1543: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1556: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1571: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1575: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:1576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1576: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:1616: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/getchar.c:1616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1616: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1619: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1630: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1641: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1648: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1650: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1651: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1655: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1656: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1658: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1663: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1670: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1673: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1675: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1690: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1692: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1698: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1706: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1709: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1711: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1719: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1794: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:1796: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1797: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:1798: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1800: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1801: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1802: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1813: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1830: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1840: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:1841: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1843: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1858: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:1859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1861: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1891: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1904: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1906: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1928: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/getchar.c:1928: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/getchar.c:1928: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/getchar.c:1931: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:1933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1944: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1946: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1947: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:1948: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1948: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:1949: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:1950: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1952: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:1955: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/getchar.c:1958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1967: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1969: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:1973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:1996: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:1998: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2000: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2006: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2013: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2015: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2015: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2041: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:2044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2052: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2054: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2054: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:2057: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2059: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2060: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/getchar.c:2061: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2062: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2063: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/getchar.c:2061: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2062: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2065: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2068: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2068: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2069: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2085: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2097: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2098: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2099: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2100: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2101: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2102: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2103: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2105: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2106: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2107: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2106: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2107: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2112: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2113: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2131: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2134: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2135: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2137: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2138: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:2144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2146: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:2150: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:2155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2159: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2160: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:2170: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2182: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2193: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2202: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2204: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2208: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2243: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2243: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2245: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2255: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2257: while should always use braces [readability/braces] [5]
src/nvim/getchar.c:2264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2268: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2268: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2270: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2280: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2281: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2282: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2283: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2291: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2294: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2296: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2298: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2302: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2305: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2308: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2312: while should always use braces [readability/braces] [5]
src/nvim/getchar.c:2317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2330: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2331: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2332: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2333: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2335: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2336: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2337: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2342: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:2347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2370: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:2371: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:2374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2379: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2393: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2394: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2396: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2406: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/getchar.c:2409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2418: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2419: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2420: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2443: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2462: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2473: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:2474: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:2477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2492: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/getchar.c:2499: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2500: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2499: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2500: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2552: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:2553: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:2557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2568: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2569: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2592: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2594: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2719: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2748: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:2749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2750: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2758: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:2759: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:2759: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:2764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2765: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:2765: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:2773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2773: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2774: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/getchar.c:2774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2774: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:2777: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2785: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:2787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2787: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2790: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:2793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2798: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2800: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2801: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2803: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2816: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:2818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2818: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2821: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:2824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2827: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2828: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2832: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2833: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2834: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2851: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:2852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2853: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:2855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2855: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2858: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:2861: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/getchar.c:2862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2868: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2893: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2896: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2901: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2903: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:2904: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2921: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:2929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2965: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2967: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:2970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:2973: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:2976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3040: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3055: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3057: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3059: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3061: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3063: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3065: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3067: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3069: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3071: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3073: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3073: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3074: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:3075: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3077: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3085: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3102: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:3103: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:3106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3109: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:3110: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:3111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3123: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3125: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3127: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3129: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3132: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3134: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3176: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3178: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3180: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3182: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3184: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3187: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3187: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3188: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3190: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3192: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3194: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3194: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3195: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3197: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3206: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:3207: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:3209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3217: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3228: while should always use braces [readability/braces] [5]
src/nvim/getchar.c:3231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3232: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3235: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:3238: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3240: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3242: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3245: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3247: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3252: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3254: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3254: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3259: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3262: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3282: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3284: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3286: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3288: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3290: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3292: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3294: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3296: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3313: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3319: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3321: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3323: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3325: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3327: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3329: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3332: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3334: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3337: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3339: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3342: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3350: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3357: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:3361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3367: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3369: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3369: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3370: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3372: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3372: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3374: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3379: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3382: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3437: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3440: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3441: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3443: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3445: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3447: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3449: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3451: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3453: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3457: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3458: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:3459: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3464: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3466: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3469: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3471: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3477: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3478: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:3479: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3479: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3489: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3511: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3513: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3513: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3550: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3553: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3554: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3557: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3558: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3566: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3567: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3573: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3574: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3575: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3575: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3576: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3577: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3587: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:3591: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3592: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3593: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3593: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3594: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3595: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3598: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:3599: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3600: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/getchar.c:3603: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3660: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3664: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3673: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3675: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3677: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3681: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3684: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3690: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3692: while should always use braces [readability/braces] [5]
src/nvim/getchar.c:3693: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3694: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3697: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3705: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:3707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3727: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:3728: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:3729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3733: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3734: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:3735: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:3743: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3802: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:3808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3812: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:3813: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:3815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3824: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:3829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3833: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:3833: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3834: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3836: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3838: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3840: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3843: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3845: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3851: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3856: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:3856: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3857: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3860: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3869: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3871: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3930: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3950: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:3953: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3954: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3955: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:3956: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:3956: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3957: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:3957: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:3958: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3959: Use true instead of TRUE. [readability/bool] [4]
src/nvim/getchar.c:3961: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3968: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3970: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3972: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3974: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3976: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3978: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3980: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3983: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3986: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:3987: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:3988: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:3989: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:3990: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/getchar.c:3999: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4000: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4022: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4027: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:4030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4034: while should always use braces [readability/braces] [5]
src/nvim/getchar.c:4035: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4037: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/getchar.c:4042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4058: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4070: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4073: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4091: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4097: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4100: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4112: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:4115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4130: for should always use braces [readability/braces] [5]
src/nvim/getchar.c:4130: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:4131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4132: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:4134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4134: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4136: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4138: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:4140: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/getchar.c:4142: An else should always have braces before it [readability/braces] [5]
src/nvim/getchar.c:4145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4157: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4159: if should always use braces [readability/braces] [5]
src/nvim/getchar.c:4171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4182: Use false instead of FALSE. [readability/bool] [4]
src/nvim/getchar.c:4199: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/getchar.c:4211: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/getchar.c:4220: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/getchar.c:4233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.c:4260: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:37: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:98: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/hardcopy.c:99: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:99: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:99: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:100: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:100: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:100: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:101: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:101: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:101: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:102: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:102: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:102: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:103: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:103: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:103: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:104: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:104: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:104: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:105: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:105: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:105: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:106: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:106: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:106: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:107: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:107: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:107: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:108: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:108: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:108: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:109: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:109: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:109: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:110: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:110: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:110: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:111: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:111: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:111: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:112: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:112: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:112: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:114: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/hardcopy.c:151: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:151: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:151: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:152: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:152: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:152: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:153: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:153: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:153: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:154: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:154: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:154: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:155: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:155: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:155: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:156: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:156: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:156: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:303: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:308: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:308: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/hardcopy.c:309: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:318: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:333: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:334: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/hardcopy.c:349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:363: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:381: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:383: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:386: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:388: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:392: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:394: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:432: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/hardcopy.c:440: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:441: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:445: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/hardcopy.c:446: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:449: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:452: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:452: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:456: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:490: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:491: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:491: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/hardcopy.c:499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:510: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:518: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:536: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:537: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:543: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:544: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/hardcopy.c:548: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:552: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:557: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/hardcopy.c:558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:558: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:560: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:567: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:570: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:570: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:574: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:598: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:605: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:610: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:620: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:621: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:622: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:623: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:624: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:625: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:626: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:631: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:632: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:633: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:637: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:643: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:644: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:645: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:653: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:662: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:678: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:682: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/hardcopy.c:684: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:705: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:712: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/hardcopy.c:713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:726: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/hardcopy.c:727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:733: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:737: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/hardcopy.c:740: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:743: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:745: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:746: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:747: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:744: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/hardcopy.c:750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:753: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:755: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:758: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/hardcopy.c:760: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:765: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:774: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:776: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:777: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:787: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:791: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:792: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/hardcopy.c:794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:799: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:805: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/hardcopy.c:814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:818: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/hardcopy.c:822: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:832: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:834: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:849: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:855: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:856: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:858: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:876: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:883: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:887: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:893: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:897: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:899: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:911: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:950: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:959: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:959: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:960: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:960: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:961: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:961: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:962: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:962: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:963: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:963: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:964: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:964: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:965: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:965: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:966: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:966: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:967: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:967: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:968: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:968: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:969: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:969: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:970: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:970: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:971: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:971: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:972: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:972: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:986: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:986: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:995: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:995: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:999: Missing space before asterisk in prt_ps_font_S* [whitespace/operators] [2]
src/nvim/hardcopy.c:1011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1014: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1015: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1016: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1016: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1017: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1018: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1019: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1019: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1020: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1020: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1021: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1021: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1025: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1025: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1026: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1026: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1027: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1027: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1028: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1028: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1029: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1029: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1030: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1030: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1031: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1031: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1032: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1032: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1046: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1046: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1047: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1047: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1048: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1049: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1050: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1050: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1051: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1051: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1052: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1052: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1056: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1056: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1057: Missing space after , [whitespace/comma] [3]
src/nvim/hardcopy.c:1057: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1057: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1058: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1058: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1059: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1059: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1060: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1060: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1061: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1061: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1062: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1062: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1082: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1082: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1083: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1083: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1084: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1086: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1087: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1087: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1088: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1088: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1089: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1089: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1090: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1090: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1091: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1091: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1095: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1095: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1096: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1096: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1097: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1097: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1098: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1098: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1099: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1099: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1100: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1100: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1101: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1101: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1102: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1102: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1103: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1103: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1104: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1104: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1105: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1105: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1106: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1106: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1107: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1107: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1108: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1108: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1119: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1119: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1120: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1120: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1121: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1121: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1122: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1122: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1123: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1123: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1124: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1124: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1125: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1125: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1126: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1126: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1130: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1130: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1131: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1131: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1132: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1132: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1133: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1133: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1134: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1134: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1135: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1135: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1136: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1136: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1226: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1226: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1227: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1228: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/nvim/hardcopy.c:1228: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1229: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.c:1230: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/nvim/hardcopy.c:1230: Missing space before } [whitespace/braces] [5]
src/nvim/hardcopy.c:1234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1314: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:1328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1342: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/hardcopy.c:1346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1351: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/hardcopy.c:1355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1361: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1363: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1365: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1364: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/hardcopy.c:1366: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:1368: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1378: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1381: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1391: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1400: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/hardcopy.c:1404: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1406: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1425: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/hardcopy.c:1427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1435: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/hardcopy.c:1438: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/hardcopy.c:1442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1448: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1451: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/hardcopy.c:1455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1461: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1469: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1493: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1501: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1503: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:1507: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1509: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:1511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1517: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1518: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:1530: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1532: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:1544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1569: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1576: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1588: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1592: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1601: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1614: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1629: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1630: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1633: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1634: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1637: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1638: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1639: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1650: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1651: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1656: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1657: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1662: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:1665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1680: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1686: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1689: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1691: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1697: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1698: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1703: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1705: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1706: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1712: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1713: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1715: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1716: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1719: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1721: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1722: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1727: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1728: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1730: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:1731: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1733: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:1734: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1736: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:1736: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:1738: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1739: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1745: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1746: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1747: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1752: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:1753: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1754: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:1759: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:1760: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1761: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:1765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1766: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:1770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1777: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1778: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1781: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:1784: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/hardcopy.c:1786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1789: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1790: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1794: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:1805: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1812: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1820: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1831: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1835: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/hardcopy.c:1842: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/hardcopy.c:1843: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/hardcopy.c:1844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1849: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1851: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1852: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:1854: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1858: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1867: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1868: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1869: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1873: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/hardcopy.c:1875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1878: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1881: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/hardcopy.c:1886: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1889: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1891: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1896: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/hardcopy.c:1903: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/hardcopy.c:1906: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:1911: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1913: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:1916: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1918: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:1928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1933: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:1941: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1946: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:1986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:1989: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/hardcopy.c:2008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2011: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2014: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:2027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2040: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2043: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2059: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/hardcopy.c:2066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2072: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2076: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2079: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/hardcopy.c:2085: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2086: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2093: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2097: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2119: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2131: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2138: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2161: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2172: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/hardcopy.c:2173: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2189: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2200: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/hardcopy.c:2230: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2247: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2247: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/hardcopy.c:2248: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2250: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2250: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2252: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2275: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2285: for should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2285: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/hardcopy.c:2286: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2298: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2329: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2330: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2334: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2336: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:2338: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2366: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2372: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2373: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2374: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2375: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2376: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2377: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2379: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2386: Missing space before asterisk in FILE* [whitespace/operators] [2]
src/nvim/hardcopy.c:2393: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2396: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2402: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2405: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2407: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2409: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2414: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2423: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2442: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2444: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2456: Use os_ctime_r(...) instead of ctime(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/hardcopy.c:2457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2459: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2470: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2471: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2497: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2498: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2499: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2501: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2506: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2513: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2515: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2516: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2517: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2518: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2523: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2525: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2526: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2527: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2528: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2552: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2553: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2557: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2558: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2563: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2569: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2570: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2572: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2573: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2584: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2585: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2587: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2595: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2596: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2598: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2599: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2627: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2628: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2637: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2641: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2642: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2657: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2658: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2661: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2662: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2663: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2664: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2667: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2670: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2671: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2697: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2700: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2702: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2704: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2706: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2708: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2710: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2712: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2714: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2724: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2725: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2728: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2732: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2733: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2736: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2737: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:2738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2743: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2744: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2747: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2748: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:2749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2754: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2755: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2758: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2759: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:2760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2766: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2768: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/hardcopy.c:2773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2804: Should leave no spaces after a cast: u'(char *) prt_ps_file_name' [whitespace/cast] [2]
src/nvim/hardcopy.c:2839: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2841: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:2847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2865: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2874: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2880: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2881: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2882: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2909: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2910: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2911: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2915: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2916: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2917: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2922: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2926: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2928: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2929: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2932: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2934: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2935: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2944: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2950: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2952: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2955: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2957: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:2961: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2970: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2972: An else should always have braces before it [readability/braces] [5]
src/nvim/hardcopy.c:2972: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:2977: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2982: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2983: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:2984: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:2985: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2986: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2988: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:2990: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2992: Use false instead of FALSE. [readability/bool] [4]
src/nvim/hardcopy.c:2996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:2998: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:3003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:3014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:3020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:3036: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/hardcopy.c:3042: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/hardcopy.c:3046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.c:3047: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:3058: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:3068: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:3070: if should always use braces [readability/braces] [5]
src/nvim/hardcopy.c:3075: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:3076: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:3080: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:3081: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:3088: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:3089: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:3096: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hardcopy.c:3097: Use true instead of TRUE. [readability/bool] [4]
src/nvim/hashtab.c:67: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/hashtab.c:85: Missing space before asterisk in hashitem_T* [whitespace/operators] [2]
src/nvim/hashtab.c:100: Missing space before asterisk in hashitem_T* [whitespace/operators] [2]
src/nvim/hashtab.c:332: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/if_cscope.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:34: Found C system header after other header. Should be: c system, c++ system, other. [build/include_order] [4]
src/nvim/if_cscope.c:35: Found C system header after other header. Should be: c system, c++ system, other. [build/include_order] [4]
src/nvim/if_cscope.c:37: Found C system header after other header. Should be: c system, c++ system, other. [build/include_order] [4]
src/nvim/if_cscope.c:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:76: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:79: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:89: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:94: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:97: for should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:98: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:99: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:106: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/if_cscope.c:120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:126: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:158: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:160: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:162: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:164: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:166: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:179: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/if_cscope.c:180: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/if_cscope.c:182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:195: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/if_cscope.c:209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:214: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:224: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:233: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:244: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:243: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:244: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:245: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:247: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:250: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:251: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:254: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:259: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:260: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:261: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:266: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:266: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:267: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:267: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:273: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:272: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:273: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:274: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:274: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:286: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/if_cscope.c:287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:302: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:306: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:359: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:363: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:366: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:367: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:371: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:372: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:375: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:376: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:379: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:384: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:387: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:392: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:397: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:417: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:421: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:421: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:422: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:432: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/if_cscope.c:438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:445: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/if_cscope.c:446: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/if_cscope.c:447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:465: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:473: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:495: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:498: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:499: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/if_cscope.c:500: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:501: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/if_cscope.c:505: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:512: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/if_cscope.c:513: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/if_cscope.c:516: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:534: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:535: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:572: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:599: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:614: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:614: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:616: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:619: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:619: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:627: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:627: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:629: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:648: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/if_cscope.c:685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:688: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:689: while should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:690: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/if_cscope.c:694: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/if_cscope.c:697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:722: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:724: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:726: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:728: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:738: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:740: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:742: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:760: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:792: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:799: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/if_cscope.c:801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:802: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/if_cscope.c:805: Use xstrlcat or snprintf instead of strcat [runtime/printf] [4]
src/nvim/if_cscope.c:806: Use xstrlcat or snprintf instead of strcat [runtime/printf] [4]
src/nvim/if_cscope.c:809: Use xstrlcat or snprintf instead of strcat [runtime/printf] [4]
src/nvim/if_cscope.c:810: Use xstrlcat or snprintf instead of strcat [runtime/printf] [4]
src/nvim/if_cscope.c:813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:824: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:828: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:839: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:841: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:861: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:860: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:891: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:906: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:908: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:911: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:913: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:919: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:926: for should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:926: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/if_cscope.c:927: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:931: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:930: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:991: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/if_cscope.c:994: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:999: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:999: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:1000: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1001: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:1005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1007: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1008: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:1012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1014: for should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1018: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1027: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1030: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1041: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:1045: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/if_cscope.c:1049: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:1053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1060: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1062: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:1062: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/if_cscope.c:1065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1065: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1069: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1078: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1078: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:1079: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1092: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:1097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1099: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1101: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1102: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:1108: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/if_cscope.c:1109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1126: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1129: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1130: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1131: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1132: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1147: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:1149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1177: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1199: Missing space before asterisk in csinfo_T)* [whitespace/operators] [2]
src/nvim/if_cscope.c:1201: for should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1207: Use xstrlcpy or snprintf instead of strcpy [runtime/printf] [4]
src/nvim/if_cscope.c:1211: Use xstrlcpy or snprintf instead of strcpy [runtime/printf] [4]
src/nvim/if_cscope.c:1212: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/if_cscope.c:1217: Use xstrlcpy or snprintf instead of strcpy [runtime/printf] [4]
src/nvim/if_cscope.c:1218: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/if_cscope.c:1224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1238: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1244: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1244: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1248: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/if_cscope.c:1249: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1268: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1279: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1281: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:1284: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1292: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1298: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1304: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1329: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1331: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:1335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1376: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/if_cscope.c:1381: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/if_cscope.c:1385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1419: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1427: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1437: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1473: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1483: while should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1484: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/if_cscope.c:1489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1494: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1494: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1496: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1496: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1498: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1498: Use os_strtok_r(...) instead of strtok(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/if_cscope.c:1500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1507: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1529: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1533: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1534: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1539: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1539: Missing spaces around == [whitespace/operators] [3]
src/nvim/if_cscope.c:1540: Use xstrlcpy or snprintf instead of strcpy [runtime/printf] [4]
src/nvim/if_cscope.c:1541: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:1542: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/if_cscope.c:1544: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1546: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:1551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1554: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/if_cscope.c:1555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1585: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1589: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1590: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:1598: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1600: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:1600: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/if_cscope.c:1605: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/if_cscope.c:1606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1609: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/if_cscope.c:1610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1630: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1634: for should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1634: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/if_cscope.c:1635: while should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1636: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1637: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/if_cscope.c:1757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1806: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/if_cscope.c:1807: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1811: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1813: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:1814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1815: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:1826: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1827: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1839: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/if_cscope.c:1840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1892: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/if_cscope.c:1895: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1907: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:1910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1922: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/if_cscope.c:1923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1925: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:1928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1931: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1942: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1948: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1950: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1973: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1985: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:1986: Use false instead of FALSE. [readability/bool] [4]
src/nvim/if_cscope.c:1989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:1994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2010: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:2013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2038: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:2040: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:2041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2045: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:2046: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/if_cscope.c:2050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2058: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/if_cscope.c:2060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2062: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:2072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2079: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:2081: An else should always have braces before it [readability/braces] [5]
src/nvim/if_cscope.c:2081: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/if_cscope.c:2086: if should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:2099: Use true instead of TRUE. [readability/bool] [4]
src/nvim/if_cscope.c:2101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope.c:2111: for should always use braces [readability/braces] [5]
src/nvim/if_cscope.c:2117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:55: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent.c:323: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent.c:448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:453: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/indent.c:454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:462: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent.c:463: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent.c:465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:472: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent.c:476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:477: if should always use braces [readability/braces] [5]
src/nvim/indent.c:480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:484: if should always use braces [readability/braces] [5]
src/nvim/indent.c:486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.c:488: An else should always have braces before it [readability/braces] [5]
src/nvim/indent.c:504: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent.c:531: Should leave no spaces after a cast: u'(varnumber_T) curwin' [whitespace/cast] [2]
src/nvim/indent.c:617: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent.c:707: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent.c:711: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent.c:711: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:28: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:34: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:39: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:39: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/indent_c.c:50: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:58: for should always use braces [readability/braces] [5]
src/nvim/indent_c.c:58: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:60: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:112: for should always use braces [readability/braces] [5]
src/nvim/indent_c.c:113: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/indent_c.c:115: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:123: for should always use braces [readability/braces] [5]
src/nvim/indent_c.c:123: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:125: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:128: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:129: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/indent_c.c:137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:148: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:150: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:154: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:155: while should always use braces [readability/braces] [5]
src/nvim/indent_c.c:156: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:163: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:164: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:165: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:166: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:169: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:179: for should always use braces [readability/braces] [5]
src/nvim/indent_c.c:179: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:180: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:181: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:182: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/indent_c.c:186: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:192: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:193: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:251: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:253: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:258: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:260: for should always use braces [readability/braces] [5]
src/nvim/indent_c.c:260: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:295: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:310: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:312: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/indent_c.c:312: Missing space before { [whitespace/braces] [5]
src/nvim/indent_c.c:313: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:317: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:320: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:333: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:334: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:336: while should always use braces [readability/braces] [5]
src/nvim/indent_c.c:341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:357: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:358: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:359: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:360: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:363: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:376: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:383: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:387: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:389: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:393: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:393: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:395: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:397: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:398: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:401: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:412: Missing space after { [whitespace/braces] [5]
src/nvim/indent_c.c:412: Missing space before } [whitespace/braces] [5]
src/nvim/indent_c.c:416: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:422: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:430: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:434: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:435: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:437: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:438: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:440: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:446: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/indent_c.c:447: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/indent_c.c:449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:454: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:457: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:458: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:459: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:460: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:462: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:464: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:465: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:466: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:468: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:469: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:470: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:471: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:474: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:477: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:478: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:479: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:500: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:502: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:504: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:506: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:507: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:520: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:527: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:532: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:533: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:534: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:536: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:539: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:541: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:552: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:554: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:555: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:556: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:556: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:558: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:561: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:564: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:573: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/indent_c.c:574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:574: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/indent_c.c:585: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:610: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:613: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:646: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:648: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:650: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:653: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:659: for should always use braces [readability/braces] [5]
src/nvim/indent_c.c:659: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:660: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/indent_c.c:661: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:689: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:695: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:697: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:698: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:700: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:704: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:707: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:708: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:721: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:722: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:723: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:735: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:739: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:743: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:746: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:750: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:781: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/indent_c.c:783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:789: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:793: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:796: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:802: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:803: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:804: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:808: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:809: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:811: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:812: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:815: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:835: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:837: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:839: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:841: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:847: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:848: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:854: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:855: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:889: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:890: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:901: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:904: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:907: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:912: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:914: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:915: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:917: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:917: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:918: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:919: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:924: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:937: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:952: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/indent_c.c:953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:953: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/indent_c.c:960: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:963: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:971: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:972: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:974: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:975: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:977: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:983: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:993: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:995: while should always use braces [readability/braces] [5]
src/nvim/indent_c.c:996: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:999: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1004: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1009: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1023: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1039: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1039: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1040: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1055: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1059: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:1063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1068: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1069: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1071: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1092: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/indent_c.c:1106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1106: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1107: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1109: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1110: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1112: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1130: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1134: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1137: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1138: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1140: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1142: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1163: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1167: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1169: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1173: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1182: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:1186: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:1187: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1189: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1191: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1195: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1199: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1200: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:1202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1203: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1210: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1242: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1245: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1252: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1272: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1274: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1275: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:1277: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1278: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1280: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1304: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1306: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1306: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:1308: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1320: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/indent_c.c:1321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1321: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/indent_c.c:1324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1336: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/indent_c.c:1336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1336: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/indent_c.c:1337: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1338: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:1338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1340: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1382: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:1418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1428: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1440: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1448: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1449: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1450: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1451: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1452: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1453: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1453: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:1455: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:1462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1600: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1601: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1608: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1609: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1611: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1616: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1618: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1618: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:1620: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1623: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1625: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1667: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1668: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1719: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1732: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1747: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1790: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:1794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1799: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:1799: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1818: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:1820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1833: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1835: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1837: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1840: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/indent_c.c:1841: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1844: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1845: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:1856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1860: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:1862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1867: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1869: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1870: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:1874: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:1875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1880: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1882: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1894: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1896: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1899: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:1905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1909: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1910: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/indent_c.c:1911: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1913: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1913: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:1914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1922: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:1923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1923: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1932: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1937: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1945: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:1950: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1952: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1954: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:1955: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:1956: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:1958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1960: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1964: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:1970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1979: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:1981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1981: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1983: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:1984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:1995: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/indent_c.c:1998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2001: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2058: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2059: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:2072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2089: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/indent_c.c:2097: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:2104: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:2106: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2106: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:2108: while should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2110: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2112: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2123: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2133: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2140: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:2151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2153: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2155: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2155: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:2168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2176: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2182: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2205: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2207: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2223: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/indent_c.c:2223: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/indent_c.c:2224: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/indent_c.c:2224: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/indent_c.c:2225: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/indent_c.c:2225: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/indent_c.c:2227: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:2245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2258: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2260: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2294: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2299: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2304: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:2306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2306: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:2307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2313: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2315: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:2318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2356: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2358: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2379: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2382: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2385: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:2387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2401: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2407: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2411: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2421: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2425: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2440: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2442: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2445: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2447: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2461: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2465: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2468: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2485: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2495: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2518: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:2520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2522: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2527: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2537: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2539: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2550: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:2551: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:2552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2577: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2580: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2595: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2597: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2638: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2649: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2657: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:2664: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2666: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2673: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:2674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2681: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2681: Use true instead of TRUE. [readability/bool] [4]
src/nvim/indent_c.c:2683: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2698: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:2701: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/indent_c.c:2745: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/indent_c.c:2745: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/indent_c.c:2746: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/indent_c.c:2746: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/indent_c.c:2761: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2774: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:2775: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:2781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2791: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2793: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:2798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2824: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2850: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2852: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:2857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2871: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2888: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2890: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:2893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2903: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2907: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2919: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/indent_c.c:2919: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:2920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2929: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:2935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:2941: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3012: Extra space after ( in function call [whitespace/parens] [4]
src/nvim/indent_c.c:3023: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3027: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/indent_c.c:3028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3037: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3039: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:3046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3047: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3050: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:3052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3059: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/indent_c.c:3059: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:3060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3077: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:3082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3095: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3097: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:3102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3112: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3120: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/indent_c.c:3120: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/indent_c.c:3121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3133: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/indent_c.c:3133: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/indent_c.c:3134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3142: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:3143: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:3149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3159: Use false instead of FALSE. [readability/bool] [4]
src/nvim/indent_c.c:3161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3167: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3171: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3187: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3205: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3207: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:3216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3217: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3221: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3250: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:3251: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:3252: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:3253: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:3254: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:3255: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:3256: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:3257: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:3256: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/indent_c.c:3262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3299: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3302: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3321: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3334: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3336: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:3340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3342: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3344: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3353: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3361: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3370: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3392: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3393: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/indent_c.c:3396: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3422: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3437: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3444: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3457: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3459: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:3465: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3475: Small and focused functions are preferred: get_c_indent() has 1011 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [2]
src/nvim/indent_c.c:3486: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:3489: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:3502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3512: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3520: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3528: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3539: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3540: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:3544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3549: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/indent_c.c:3553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3556: An else should always have braces before it [readability/braces] [5]
src/nvim/indent_c.c:3557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3561: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3566: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent_c.c:3586: if should always use braces [readability/braces] [5]
src/nvim/indent_c.c:3588: An else should always have braces before it [readability/braces] [5]
src/nvim/keymap.c:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:25: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:25: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/keymap.c:26: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:26: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/keymap.c:27: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:30: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:30: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:31: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:31: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:32: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:32: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:33: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:33: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:34: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:34: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:35: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:35: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:36: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:36: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:37: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:37: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:39: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:39: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:40: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:40: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:51: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:51: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/keymap.c:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:55: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:56: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:57: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/keymap.c:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:58: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/keymap.c:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:60: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:63: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:67: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:70: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:76: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:78: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:79: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:80: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:81: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:92: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:144: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:144: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:145: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:145: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:146: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:146: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:147: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:147: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:148: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:148: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:149: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:149: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:150: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:150: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:151: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:151: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:152: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:152: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:153: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:153: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:154: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:154: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:155: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:155: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:156: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:156: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:157: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:157: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:158: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:158: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:159: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:159: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:160: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:160: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:161: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:161: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:162: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:162: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:163: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:163: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:164: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:164: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:165: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:165: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:166: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:166: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:167: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:167: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:168: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:168: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:169: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:169: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:170: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:170: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:171: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:171: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:173: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:173: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:174: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:174: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:175: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:175: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:176: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:176: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:177: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:177: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:178: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:178: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:179: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:179: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:180: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:180: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:181: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:181: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:182: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:182: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:184: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:184: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:185: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:185: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:186: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:186: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:187: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:187: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:188: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:188: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:189: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:189: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:190: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:190: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:191: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:191: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:192: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:192: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:193: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:193: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:195: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:195: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:196: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:196: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:197: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:197: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:198: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:198: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:199: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:199: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:200: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:200: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:201: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:201: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:202: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:202: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:203: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:203: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:204: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:204: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:206: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:206: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:207: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:207: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:208: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:208: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:209: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:209: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:210: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:210: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:211: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:211: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:212: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:212: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:214: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:214: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:215: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:215: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:216: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:216: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:217: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:217: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:219: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:219: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:220: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:220: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:221: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:221: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:222: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:222: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:223: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:223: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:224: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:224: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:225: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:225: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:226: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:226: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:227: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:227: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:228: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:228: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:229: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:229: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:230: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:230: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:231: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:231: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:232: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:232: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:233: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:233: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:234: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:234: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:235: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:235: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:237: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:237: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:238: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:238: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:239: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:239: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:240: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:240: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:241: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:241: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:242: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:242: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:244: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:244: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:245: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:245: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:246: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:246: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:247: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:247: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:248: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:248: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:249: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:249: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:250: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:250: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:251: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:251: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:252: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:252: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:253: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:253: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:255: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:255: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:257: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:257: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:258: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:258: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:259: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:259: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:260: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:260: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:261: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:261: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:262: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:262: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:263: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:263: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:264: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:264: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:265: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:265: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:266: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:266: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:267: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:267: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:268: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:268: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:269: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:269: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:270: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:270: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:271: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:271: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:272: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:272: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:273: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/keymap.c:273: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:273: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:274: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:274: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:275: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:275: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:276: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:276: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:277: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:277: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:278: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:278: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:279: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:279: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:280: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:280: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:281: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:281: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:282: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:282: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:283: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:283: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:284: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:284: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:285: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:285: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:286: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:286: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:287: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:287: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:288: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:288: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:298: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:298: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:298: Use true instead of TRUE. [readability/bool] [4]
src/nvim/keymap.c:299: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:299: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:299: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:300: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:300: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:300: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:301: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:301: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:301: Use true instead of TRUE. [readability/bool] [4]
src/nvim/keymap.c:302: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:302: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:302: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:303: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:303: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:303: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:304: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:304: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:304: Use true instead of TRUE. [readability/bool] [4]
src/nvim/keymap.c:305: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:305: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:305: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:306: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:306: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:306: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:307: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:307: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:307: Use true instead of TRUE. [readability/bool] [4]
src/nvim/keymap.c:308: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:308: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:308: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:309: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:309: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:309: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:310: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:310: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:310: Use true instead of TRUE. [readability/bool] [4]
src/nvim/keymap.c:311: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:311: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:311: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:312: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:312: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:312: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:314: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:314: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:314: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:316: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:316: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:316: Use false instead of FALSE. [readability/bool] [4]
src/nvim/keymap.c:317: Missing space after { [whitespace/braces] [5]
src/nvim/keymap.c:317: Missing space before } [whitespace/braces] [5]
src/nvim/keymap.c:320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:329: for should always use braces [readability/braces] [5]
src/nvim/keymap.c:330: if should always use braces [readability/braces] [5]
src/nvim/keymap.c:335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:353: for should always use braces [readability/braces] [5]
src/nvim/keymap.c:359: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/keymap.c:365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:407: if should always use braces [readability/braces] [5]
src/nvim/keymap.c:410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:415: for should always use braces [readability/braces] [5]
src/nvim/keymap.c:417: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/keymap.c:420: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/keymap.c:425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:450: for should always use braces [readability/braces] [5]
src/nvim/keymap.c:457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:465: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/keymap.c:465: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/keymap.c:466: if should always use braces [readability/braces] [5]
src/nvim/keymap.c:468: An else should always have braces before it [readability/braces] [5]
src/nvim/keymap.c:470: An else should always have braces before it [readability/braces] [5]
src/nvim/keymap.c:470: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/keymap.c:472: while should always use braces [readability/braces] [5]
src/nvim/keymap.c:476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:572: Should leave no spaces after a cast: u'(int) (' [whitespace/cast] [2]
src/nvim/keymap.c:595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:697: for should always use braces [readability/braces] [5]
src/nvim/keymap.c:698: if should always use braces [readability/braces] [5]
src/nvim/keymap.c:700: if should always use braces [readability/braces] [5]
src/nvim/keymap.c:705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:719: for should always use braces [readability/braces] [5]
src/nvim/keymap.c:720: if should always use braces [readability/braces] [5]
src/nvim/keymap.c:722: if should always use braces [readability/braces] [5]
src/nvim/keymap.c:729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:737: for should always use braces [readability/braces] [5]
src/nvim/keymap.c:743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.c:824: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/keymap.c:831: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/keymap.c:886: Should leave no spaces after a cast: u'(int) (' [whitespace/cast] [2]
src/nvim/keymap.c:897: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/log.c:73: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/log.c:86: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/log.c:133: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/log.c:146: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/main.c:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:76: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:85: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:89: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:256: if should always use braces [readability/braces] [5]
src/nvim/main.c:257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:260: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:265: if should always use braces [readability/braces] [5]
src/nvim/main.c:266: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:279: if should always use braces [readability/braces] [5]
src/nvim/main.c:280: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:289: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:290: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:292: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:299: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:358: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:371: if should always use braces [readability/braces] [5]
src/nvim/main.c:375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:375: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:376: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:377: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:389: if should always use braces [readability/braces] [5]
src/nvim/main.c:392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:404: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:405: if should always use braces [readability/braces] [5]
src/nvim/main.c:406: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:415: if should always use braces [readability/braces] [5]
src/nvim/main.c:425: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:438: if should always use braces [readability/braces] [5]
src/nvim/main.c:440: An else should always have braces before it [readability/braces] [5]
src/nvim/main.c:440: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/main.c:441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:445: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:458: if should always use braces [readability/braces] [5]
src/nvim/main.c:461: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:469: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:481: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:488: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:497: if should always use braces [readability/braces] [5]
src/nvim/main.c:502: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:509: if should always use braces [readability/braces] [5]
src/nvim/main.c:510: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:526: if should always use braces [readability/braces] [5]
src/nvim/main.c:537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:550: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:555: if should always use braces [readability/braces] [5]
src/nvim/main.c:560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:579: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:579: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:580: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:600: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:608: if should always use braces [readability/braces] [5]
src/nvim/main.c:609: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:614: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:616: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:617: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:627: if should always use braces [readability/braces] [5]
src/nvim/main.c:657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:699: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:705: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:706: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:713: if should always use braces [readability/braces] [5]
src/nvim/main.c:715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:716: if should always use braces [readability/braces] [5]
src/nvim/main.c:718: An else should always have braces before it [readability/braces] [5]
src/nvim/main.c:721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:724: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/main.c:725: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:731: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:741: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:754: Missing space before asterisk in msgpack_sbuffer* [whitespace/operators] [2]
src/nvim/main.c:755: Missing space before asterisk in msgpack_packer* [whitespace/operators] [2]
src/nvim/main.c:773: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:775: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/main.c:776: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:777: An else should always have braces before it [readability/braces] [5]
src/nvim/main.c:778: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:781: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:784: if should always use braces [readability/braces] [5]
src/nvim/main.c:786: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:788: if should always use braces [readability/braces] [5]
src/nvim/main.c:789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:820: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:828: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:829: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:833: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:835: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:843: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:851: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:876: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:883: if should always use braces [readability/braces] [5]
src/nvim/main.c:886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:889: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/main.c:890: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:894: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:895: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:905: if should always use braces [readability/braces] [5]
src/nvim/main.c:906: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:907: An else should always have braces before it [readability/braces] [5]
src/nvim/main.c:908: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:912: if should always use braces [readability/braces] [5]
src/nvim/main.c:915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:918: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/main.c:919: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:922: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/main.c:925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:925: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/main.c:926: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:931: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/main.c:932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:936: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:941: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/main.c:942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:942: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/main.c:948: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:952: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:955: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/main.c:955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:958: if should always use braces [readability/braces] [5]
src/nvim/main.c:965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:971: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:985: if should always use braces [readability/braces] [5]
src/nvim/main.c:988: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:989: if should always use braces [readability/braces] [5]
src/nvim/main.c:991: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:997: if should always use braces [readability/braces] [5]
src/nvim/main.c:1002: if should always use braces [readability/braces] [5]
src/nvim/main.c:1003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1006: An else should always have braces before it [readability/braces] [5]
src/nvim/main.c:1007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1010: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1011: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1016: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/main.c:1017: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1027: if should always use braces [readability/braces] [5]
src/nvim/main.c:1031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1083: if should always use braces [readability/braces] [5]
src/nvim/main.c:1086: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:1093: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/main.c:1097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1100: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/main.c:1100: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/main.c:1101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1104: if should always use braces [readability/braces] [5]
src/nvim/main.c:1108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1116: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1116: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1128: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:1130: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:1132: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:1128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1132: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/main.c:1133: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/main.c:1136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1142: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1143: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1181: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1250: if should always use braces [readability/braces] [5]
src/nvim/main.c:1251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1252: An else should always have braces before it [readability/braces] [5]
src/nvim/main.c:1253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1279: if should always use braces [readability/braces] [5]
src/nvim/main.c:1281: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:1283: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1298: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1305: if should always use braces [readability/braces] [5]
src/nvim/main.c:1324: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:1325: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/main.c:1344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1353: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1355: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1356: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1357: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1375: if should always use braces [readability/braces] [5]
src/nvim/main.c:1377: if should always use braces [readability/braces] [5]
src/nvim/main.c:1382: if should always use braces [readability/braces] [5]
src/nvim/main.c:1389: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:1391: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/main.c:1393: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/main.c:1396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1397: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1399: if should always use braces [readability/braces] [5]
src/nvim/main.c:1401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1408: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1409: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1410: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1413: if should always use braces [readability/braces] [5]
src/nvim/main.c:1415: An else should always have braces before it [readability/braces] [5]
src/nvim/main.c:1418: if should always use braces [readability/braces] [5]
src/nvim/main.c:1422: if should always use braces [readability/braces] [5]
src/nvim/main.c:1426: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1430: if should always use braces [readability/braces] [5]
src/nvim/main.c:1432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1434: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1437: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1442: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1448: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1451: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/main.c:1453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1453: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1461: if should always use braces [readability/braces] [5]
src/nvim/main.c:1463: An else should always have braces before it [readability/braces] [5]
src/nvim/main.c:1466: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1467: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1477: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1483: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1484: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1488: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1489: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1493: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/main.c:1499: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1500: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1501: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1507: if should always use braces [readability/braces] [5]
src/nvim/main.c:1511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1511: if should always use braces [readability/braces] [5]
src/nvim/main.c:1516: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1524: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1526: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:1527: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:1529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1532: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1535: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1536: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1538: if should always use braces [readability/braces] [5]
src/nvim/main.c:1539: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1540: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1549: if should always use braces [readability/braces] [5]
src/nvim/main.c:1551: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1565: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/main.c:1567: if should always use braces [readability/braces] [5]
src/nvim/main.c:1568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1584: for should always use braces [readability/braces] [5]
src/nvim/main.c:1584: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/main.c:1592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1604: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1605: if should always use braces [readability/braces] [5]
src/nvim/main.c:1609: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/main.c:1611: if should always use braces [readability/braces] [5]
src/nvim/main.c:1616: if should always use braces [readability/braces] [5]
src/nvim/main.c:1619: if should always use braces [readability/braces] [5]
src/nvim/main.c:1620: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1623: if should always use braces [readability/braces] [5]
src/nvim/main.c:1624: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1674: Should leave no spaces after a cast: u'(char_u *) vimrc' [whitespace/cast] [2]
src/nvim/main.c:1678: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/main.c:1704: if should always use braces [readability/braces] [5]
src/nvim/main.c:1707: if should always use braces [readability/braces] [5]
src/nvim/main.c:1707: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1713: Should leave no spaces after a cast: u'(void) do_source' [whitespace/cast] [2]
src/nvim/main.c:1726: if should always use braces [readability/braces] [5]
src/nvim/main.c:1751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1835: Use true instead of TRUE. [readability/bool] [4]
src/nvim/main.c:1838: Use false instead of FALSE. [readability/bool] [4]
src/nvim/main.c:1849: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1858: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1862: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1869: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1877: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1879: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1882: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1883: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1884: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1885: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1886: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1887: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1888: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1889: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1890: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1891: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/main.c:1898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/main.c:1905: if should always use braces [readability/braces] [5]
src/nvim/map.c:37: Missing space after { [whitespace/braces] [5]
src/nvim/map.c:37: Missing space before } [whitespace/braces] [5]
src/nvim/mark.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:39: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:92: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:93: if should always use braces [readability/braces] [5]
src/nvim/mark.c:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:101: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mark.c:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:123: if should always use braces [readability/braces] [5]
src/nvim/mark.c:125: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:127: if should always use braces [readability/braces] [5]
src/nvim/mark.c:128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:165: if should always use braces [readability/braces] [5]
src/nvim/mark.c:171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:210: if should always use braces [readability/braces] [5]
src/nvim/mark.c:214: if should always use braces [readability/braces] [5]
src/nvim/mark.c:218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:225: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mark.c:226: if should always use braces [readability/braces] [5]
src/nvim/mark.c:233: if should always use braces [readability/braces] [5]
src/nvim/mark.c:236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:241: if should always use braces [readability/braces] [5]
src/nvim/mark.c:242: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:242: Use false instead of FALSE. [readability/bool] [4]
src/nvim/mark.c:244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:247: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mark.c:253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:260: if should always use braces [readability/braces] [5]
src/nvim/mark.c:265: if should always use braces [readability/braces] [5]
src/nvim/mark.c:269: if should always use braces [readability/braces] [5]
src/nvim/mark.c:272: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mark.c:278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:309: if should always use braces [readability/braces] [5]
src/nvim/mark.c:331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:331: Use true instead of TRUE. [readability/bool] [4]
src/nvim/mark.c:333: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:333: Use false instead of FALSE. [readability/bool] [4]
src/nvim/mark.c:339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:344: Use true instead of TRUE. [readability/bool] [4]
src/nvim/mark.c:351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:354: if should always use braces [readability/braces] [5]
src/nvim/mark.c:356: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:364: if should always use braces [readability/braces] [5]
src/nvim/mark.c:366: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:373: if should always use braces [readability/braces] [5]
src/nvim/mark.c:375: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:383: if should always use braces [readability/braces] [5]
src/nvim/mark.c:385: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:392: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:392: Use false instead of FALSE. [readability/bool] [4]
src/nvim/mark.c:393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:398: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mark.c:399: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/mark.c:399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:413: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/mark.c:414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:429: if should always use braces [readability/braces] [5]
src/nvim/mark.c:431: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:437: if should always use braces [readability/braces] [5]
src/nvim/mark.c:441: if should always use braces [readability/braces] [5]
src/nvim/mark.c:451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:461: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:469: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/mark.c:475: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mark.c:478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:497: if should always use braces [readability/braces] [5]
src/nvim/mark.c:500: for should always use braces [readability/braces] [5]
src/nvim/mark.c:500: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:504: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:534: if should always use braces [readability/braces] [5]
src/nvim/mark.c:568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:575: if should always use braces [readability/braces] [5]
src/nvim/mark.c:577: Use false instead of FALSE. [readability/bool] [4]
src/nvim/mark.c:580: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:589: if should always use braces [readability/braces] [5]
src/nvim/mark.c:594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:598: if should always use braces [readability/braces] [5]
src/nvim/mark.c:605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:614: if should always use braces [readability/braces] [5]
src/nvim/mark.c:618: for should always use braces [readability/braces] [5]
src/nvim/mark.c:618: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:620: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:621: if should always use braces [readability/braces] [5]
src/nvim/mark.c:623: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:627: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:628: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:629: if should always use braces [readability/braces] [5]
src/nvim/mark.c:643: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/mark.c:644: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/mark.c:649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:652: Use false instead of FALSE. [readability/bool] [4]
src/nvim/mark.c:653: Use false instead of FALSE. [readability/bool] [4]
src/nvim/mark.c:655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:656: if should always use braces [readability/braces] [5]
src/nvim/mark.c:657: Use false instead of FALSE. [readability/bool] [4]
src/nvim/mark.c:658: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:658: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mark.c:659: if should always use braces [readability/braces] [5]
src/nvim/mark.c:661: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:666: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/mark.c:670: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:672: Use true instead of TRUE. [readability/bool] [4]
src/nvim/mark.c:676: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/mark.c:680: Use true instead of TRUE. [readability/bool] [4]
src/nvim/mark.c:684: if should always use braces [readability/braces] [5]
src/nvim/mark.c:688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:704: if should always use braces [readability/braces] [5]
src/nvim/mark.c:705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:707: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:709: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:711: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:711: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mark.c:712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:713: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:729: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mark.c:730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:733: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:747: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mark.c:764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:775: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:777: if should always use braces [readability/braces] [5]
src/nvim/mark.c:780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:780: if should always use braces [readability/braces] [5]
src/nvim/mark.c:789: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:790: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:791: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:792: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:793: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:788: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/mark.c:796: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:797: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:803: if should always use braces [readability/braces] [5]
src/nvim/mark.c:814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:825: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:828: if should always use braces [readability/braces] [5]
src/nvim/mark.c:831: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:832: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:833: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:834: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:835: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mark.c:830: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/mark.c:844: if should always use braces [readability/braces] [5]
src/nvim/mark.c:851: if should always use braces [readability/braces] [5]
src/nvim/mark.c:853: if should always use braces [readability/braces] [5]
src/nvim/mark.c:855: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:855: Else clause should never be on same line as else (use 2 lines) [whitespace/newline] [4]
src/nvim/mark.c:858: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:866: if should always use braces [readability/braces] [5]
src/nvim/mark.c:868: if should always use braces [readability/braces] [5]
src/nvim/mark.c:870: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:870: Else clause should never be on same line as else (use 2 lines) [whitespace/newline] [4]
src/nvim/mark.c:873: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:895: if should always use braces [readability/braces] [5]
src/nvim/mark.c:899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:902: if should always use braces [readability/braces] [5]
src/nvim/mark.c:906: if should always use braces [readability/braces] [5]
src/nvim/mark.c:910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:917: if should always use braces [readability/braces] [5]
src/nvim/mark.c:921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:922: for should always use braces [readability/braces] [5]
src/nvim/mark.c:922: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:947: if should always use braces [readability/braces] [5]
src/nvim/mark.c:950: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:957: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:974: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1006: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1023: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1027: if should always use braces [readability/braces] [5]
src/nvim/mark.c:1031: if should always use braces [readability/braces] [5]
src/nvim/mark.c:1033: An else should always have braces before it [readability/braces] [5]
src/nvim/mark.c:1033: Else clause should never be on same line as else (use 2 lines) [whitespace/newline] [4]
src/nvim/mark.c:1038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1043: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/mark.c:1049: if should always use braces [readability/braces] [5]
src/nvim/mark.c:1050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1055: if should always use braces [readability/braces] [5]
src/nvim/mark.c:1059: if should always use braces [readability/braces] [5]
src/nvim/mark.c:1063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1070: for should always use braces [readability/braces] [5]
src/nvim/mark.c:1070: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:1073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1091: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:1098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1123: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:1124: if should always use braces [readability/braces] [5]
src/nvim/mark.c:1126: for should always use braces [readability/braces] [5]
src/nvim/mark.c:1126: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:1127: if should always use braces [readability/braces] [5]
src/nvim/mark.c:1145: if should always use braces [readability/braces] [5]
src/nvim/mark.c:1150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1157: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mark.c:1159: if should always use braces [readability/braces] [5]
src/nvim/mark.c:1182: Missing space after { [whitespace/braces] [5]
src/nvim/mark.c:1182: Missing space before } [whitespace/braces] [5]
src/nvim/mark.c:1188: Should leave no spaces after a cast: u'(const xfmark_T *const) iter' [whitespace/cast] [2]
src/nvim/mark.c:1215: Should leave no spaces after a cast: u'(const xfmark_T *const) iter' [whitespace/cast] [2]
src/nvim/mark.c:1216: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/mark.c:1220: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/mark.c:1224: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/mark.c:1225: Should leave no spaces after a cast: u'(char) (' [whitespace/cast] [2]
src/nvim/mark.c:1226: Should leave no spaces after a cast: u'(char) iter_off' [whitespace/cast] [2]
src/nvim/mark.c:1227: Should leave no spaces after a cast: u'(char) (' [whitespace/cast] [2]
src/nvim/mark.c:1229: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/mark.c:1231: Should leave no spaces after a cast: u'(const void *) iter_mark' [whitespace/cast] [2]
src/nvim/mark.c:1296: Should leave no spaces after a cast: u'(char) (' [whitespace/cast] [2]
src/nvim/mark.c:1304: Should leave no spaces after a cast: u'(char) (' [whitespace/cast] [2]
src/nvim/mark.c:1313: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/mark.c:1317: Should leave no spaces after a cast: u'(char) (' [whitespace/cast] [2]
src/nvim/mark.c:1320: Should leave no spaces after a cast: u'(const void *) iter_mark' [whitespace/cast] [2]
src/nvim/mark.c:1383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark.c:1390: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:76: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:77: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:78: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:79: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:80: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:81: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:82: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:83: Missing space after , [whitespace/comma] [3]
src/nvim/mbyte.c:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:95: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:95: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:97: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:97: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:99: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:99: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:101: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:101: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:103: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:103: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:105: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:105: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:107: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:107: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:109: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:109: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:111: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:111: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:113: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:113: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:115: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:115: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:117: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:117: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:119: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:119: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:121: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:121: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:123: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:123: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:125: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:125: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:127: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:127: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:129: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:129: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:131: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:131: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:133: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:133: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:135: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:135: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:137: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:137: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:139: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:139: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:143: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:143: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:145: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:145: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:147: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:147: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:149: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:149: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:151: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:151: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:153: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:153: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:155: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:155: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:161: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:161: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:163: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:163: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:165: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:165: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:167: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:167: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:169: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:169: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:171: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:171: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:173: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:173: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:175: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:175: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:177: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:177: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:179: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:179: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:181: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:181: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:183: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:183: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:185: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:185: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:187: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:187: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:189: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:189: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:191: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:191: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:193: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:193: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:195: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:195: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:197: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:197: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:199: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:199: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:201: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:201: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:204: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:204: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:206: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:206: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:208: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:208: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:210: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:210: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:212: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:212: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:214: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:214: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:217: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:217: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:219: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:219: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:230: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:230: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:231: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:231: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:232: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:232: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:233: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:233: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:234: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:234: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:235: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:235: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:236: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:236: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:237: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:237: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:238: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:238: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:239: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:239: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:240: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:240: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:241: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:241: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:242: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:242: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:243: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:243: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:244: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:244: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:245: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:245: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:246: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:246: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:247: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:247: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:248: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:248: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:249: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:249: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:250: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:250: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:251: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:251: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:252: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:252: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:253: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:253: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:254: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:254: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:255: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:255: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:256: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:256: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:257: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:257: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:258: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:258: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:259: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:259: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:260: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:260: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:261: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:261: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:262: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:262: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:263: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:263: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:264: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:264: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:265: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:265: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:266: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:266: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:267: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:267: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:268: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:268: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:269: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:269: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:270: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:270: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:271: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:271: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:272: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:272: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:273: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:273: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:274: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:274: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:275: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:275: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:276: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:276: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:277: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:277: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:278: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:278: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:279: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:279: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:280: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:280: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:281: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:281: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:282: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:282: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:283: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:283: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:284: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:284: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:285: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:285: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:286: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:286: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:287: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:287: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:288: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:288: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:289: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:289: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:290: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:290: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:291: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:291: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:302: for should always use braces [readability/braces] [5]
src/nvim/mbyte.c:302: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:303: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:319: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:321: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:323: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:362: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:364: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:365: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mbyte.c:370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:385: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:387: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:391: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:393: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:461: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:490: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:494: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:497: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:497: Else clause should never be on same line as else (use 2 lines) [whitespace/newline] [4]
src/nvim/mbyte.c:500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:519: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:521: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:523: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:549: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:557: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:559: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:561: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:584: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:586: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:589: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:591: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:599: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/mbyte.c:600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:602: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/mbyte.c:602: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:618: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:621: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:636: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:640: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:643: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:683: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:688: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:691: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:695: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:699: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:703: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:735: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:791: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:793: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:808: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:810: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:838: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:841: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:846: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:907: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:908: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:926: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:929: for should always use braces [readability/braces] [5]
src/nvim/mbyte.c:929: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:930: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:960: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:962: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:964: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:966: for should always use braces [readability/braces] [5]
src/nvim/mbyte.c:966: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:967: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:982: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:984: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:991: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1000: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1020: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1022: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1029: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1040: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1048: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1051: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1067: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1069: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1071: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1073: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1075: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1152: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/mbyte.c:1153: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1153: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1154: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1154: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1155: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1155: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1176: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/mbyte.c:1177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1177: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1177: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1178: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1178: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1179: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1179: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1180: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1180: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1181: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1181: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1182: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1182: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1183: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1183: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1184: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1184: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1185: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1185: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1186: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1186: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1187: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1187: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1188: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1188: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1189: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1189: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1190: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1190: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1191: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1191: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1192: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1192: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1193: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1193: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1194: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1194: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1195: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1195: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1196: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1196: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1197: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1197: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1198: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1198: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1199: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1199: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1200: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1200: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1201: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1201: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1202: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1202: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1203: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1203: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1204: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1204: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1205: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1205: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1206: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1206: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1207: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1207: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1208: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1208: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1209: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1209: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1210: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1210: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1211: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1211: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1212: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1212: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1213: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1213: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1214: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1214: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1215: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1215: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1216: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1216: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1217: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1217: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1218: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1218: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1219: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1219: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1220: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1220: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1221: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1221: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1222: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1222: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1223: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1223: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1224: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1224: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1225: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1225: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1226: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1226: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1227: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1227: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1228: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1228: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1229: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1229: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1230: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1230: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1231: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1231: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1232: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1232: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1233: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1233: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1234: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1234: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1235: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1235: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1236: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1236: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1237: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1237: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1238: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1238: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1239: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1239: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1240: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1240: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1241: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1241: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1242: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1242: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1243: Missing space after { [whitespace/braces] [5]
src/nvim/mbyte.c:1243: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.c:1249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1251: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1253: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1261: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1263: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:1265: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:1274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1298: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1300: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:1303: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1308: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:1312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1332: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1337: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1342: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1362: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1367: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1372: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1393: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1396: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1400: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1408: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1430: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1439: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1441: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1444: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1553: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1561: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1566: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1569: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1609: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:1611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1619: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:1618: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/mbyte.c:1619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1620: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mbyte.c:1622: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1637: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1643: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:1644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1646: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:1648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1649: while should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1650: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mbyte.c:1651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1654: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1657: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1661: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1667: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mbyte.c:1668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1669: while should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1670: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mbyte.c:1671: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1703: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1707: for should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1707: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:1708: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/mbyte.c:1710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1711: for should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1711: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:1712: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1714: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1734: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1778: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1788: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:1789: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1791: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:1791: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:1804: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1806: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mbyte.c:1810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1838: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:1839: Use false instead of FALSE. [readability/bool] [4]
src/nvim/mbyte.c:1841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1843: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1857: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/mbyte.c:1855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1859: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1873: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1876: for should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1890: for should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1913: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:1920: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:1921: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:1922: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:1925: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:1926: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:1927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1928: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:1932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1940: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1954: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:1957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:1978: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1980: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:1985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2005: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2006: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2008: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2017: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2033: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2038: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2056: for should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2056: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2057: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2078: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2082: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2110: Use xstrlcpy or snprintf instead of strcpy [runtime/printf] [4]
src/nvim/mbyte.c:2115: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:2135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2150: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2155: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2176: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:2183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2211: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2238: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/mbyte.c:2239: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2240: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2240: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2245: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2247: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2249: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2249: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:2251: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2266: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2294: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2304: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2307: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2310: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2311: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mbyte.c:2312: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2311: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mbyte.c:2313: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2314: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2318: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2319: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2322: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2323: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2335: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2338: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2340: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2348: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/mbyte.c:2360: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2377: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2379: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2419: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2427: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2433: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2435: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2437: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2439: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2458: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2458: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:2459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2469: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2501: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2503: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2505: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2512: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2514: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2516: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2516: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/mbyte.c:2522: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2529: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2544: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2552: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/mbyte.c:2554: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2556: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2572: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2580: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2592: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2594: An else should always have braces before it [readability/braces] [5]
src/nvim/mbyte.c:2599: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2607: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.c:2624: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2626: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2634: if should always use braces [readability/braces] [5]
src/nvim/mbyte.c:2636: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:143: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memfile.c:149: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:222: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memfile.c:328: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:334: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:374: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:382: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:432: for should always use braces [readability/braces] [5]
src/nvim/memfile.c:437: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:440: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:445: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:450: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:456: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:518: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:520: An else should always have braces before it [readability/braces] [5]
src/nvim/memfile.c:523: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:525: An else should always have braces before it [readability/braces] [5]
src/nvim/memfile.c:549: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:578: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:582: for should always use braces [readability/braces] [5]
src/nvim/memfile.c:583: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:585: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:590: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:683: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:721: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:724: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:725: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:749: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:751: An else should always have braces before it [readability/braces] [5]
src/nvim/memfile.c:760: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:766: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:768: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:770: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:782: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:831: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:972: while should always use braces [readability/braces] [5]
src/nvim/memfile.c:983: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:999: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:1002: An else should always have braces before it [readability/braces] [5]
src/nvim/memfile.c:1005: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:1022: while should always use braces [readability/braces] [5]
src/nvim/memfile.c:1052: for should always use braces [readability/braces] [5]
src/nvim/memfile.c:1053: if should always use braces [readability/braces] [5]
src/nvim/memfile.c:1057: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/memline.c:5: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:73: Found C system header after other header. Should be: c system, c++ system, other. [build/include_order] [4]
src/nvim/memline.c:76: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:78: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:79: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:81: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:92: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:93: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:96: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:103: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/memline.c:103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:103: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/memline.c:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:120: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/memline.c:120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:138: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:179: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/memline.c:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:279: if should always use braces [readability/braces] [5]
src/nvim/memline.c:288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:302: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/memline.c:304: Should leave no spaces after a cast: u'(char *) b0p' [whitespace/cast] [2]
src/nvim/memline.c:318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:326: if should always use braces [readability/braces] [5]
src/nvim/memline.c:329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:332: if should always use braces [readability/braces] [5]
src/nvim/memline.c:343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:349: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:365: if should always use braces [readability/braces] [5]
src/nvim/memline.c:367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:379: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:402: if should always use braces [readability/braces] [5]
src/nvim/memline.c:406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:407: if should always use braces [readability/braces] [5]
src/nvim/memline.c:409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:409: if should always use braces [readability/braces] [5]
src/nvim/memline.c:412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:415: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:426: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:451: if should always use braces [readability/braces] [5]
src/nvim/memline.c:455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:489: if should always use braces [readability/braces] [5]
src/nvim/memline.c:490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:501: if should always use braces [readability/braces] [5]
src/nvim/memline.c:508: if should always use braces [readability/braces] [5]
src/nvim/memline.c:509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:510: if should always use braces [readability/braces] [5]
src/nvim/memline.c:512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:529: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:530: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:532: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/memline.c:533: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:534: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:545: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/memline.c:546: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/memline.c:547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:550: if should always use braces [readability/braces] [5]
src/nvim/memline.c:554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:560: if should always use braces [readability/braces] [5]
src/nvim/memline.c:562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:563: if should always use braces [readability/braces] [5]
src/nvim/memline.c:570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:598: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:639: if should always use braces [readability/braces] [5]
src/nvim/memline.c:642: if should always use braces [readability/braces] [5]
src/nvim/memline.c:644: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:644: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:645: if should always use braces [readability/braces] [5]
src/nvim/memline.c:647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:647: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:660: if should always use braces [readability/braces] [5]
src/nvim/memline.c:662: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:662: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:673: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:673: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:714: if should always use braces [readability/braces] [5]
src/nvim/memline.c:716: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:729: if should always use braces [readability/braces] [5]
src/nvim/memline.c:731: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:731: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:733: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:772: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:777: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:786: if should always use braces [readability/braces] [5]
src/nvim/memline.c:793: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:796: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:799: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:804: if should always use braces [readability/braces] [5]
src/nvim/memline.c:806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:806: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:806: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:808: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:811: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:812: if should always use braces [readability/braces] [5]
src/nvim/memline.c:815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:816: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:818: if should always use braces [readability/braces] [5]
src/nvim/memline.c:821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:822: if should always use braces [readability/braces] [5]
src/nvim/memline.c:825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:844: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/memline.c:844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:845: Extra space for operator ! [whitespace/operators] [4]
src/nvim/memline.c:849: if should always use braces [readability/braces] [5]
src/nvim/memline.c:855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:871: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/memline.c:872: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:871: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:881: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:894: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:916: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/memline.c:917: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:921: if should always use braces [readability/braces] [5]
src/nvim/memline.c:922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:923: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:940: if should always use braces [readability/braces] [5]
src/nvim/memline.c:940: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:944: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:947: if should always use braces [readability/braces] [5]
src/nvim/memline.c:949: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:950: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:964: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:964: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:975: for should always use braces [readability/braces] [5]
src/nvim/memline.c:975: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:976: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/memline.c:980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:983: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:987: while should always use braces [readability/braces] [5]
src/nvim/memline.c:988: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:994: if should always use braces [readability/braces] [5]
src/nvim/memline.c:996: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:999: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1005: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1017: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1018: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1019: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1020: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1022: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1024: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1035: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1037: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1037: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1043: for should always use braces [readability/braces] [5]
src/nvim/memline.c:1043: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:1046: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1048: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1048: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1054: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1054: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1055: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1074: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1076: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1076: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1078: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1101: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1104: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1106: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1106: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1112: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1119: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1120: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1119: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:1120: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1121: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1122: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1135: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1137: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1136: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:1137: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1138: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1139: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1142: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:1147: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1148: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1150: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1152: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1154: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1154: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1159: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1183: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1186: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:1187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1193: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1203: while should always use braces [readability/braces] [5]
src/nvim/memline.c:1205: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1208: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1209: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1211: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1212: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1215: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/memline.c:1215: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:1216: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1223: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/memline.c:1225: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1234: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1236: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1240: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/memline.c:1244: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1245: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1246: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1246: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1247: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1248: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1263: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/memline.c:1264: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/memline.c:1265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1267: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:1268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1289: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1291: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1324: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1325: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1328: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1331: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1332: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1337: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/memline.c:1337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1337: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/memline.c:1337: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/memline.c:1338: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:1341: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1343: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1348: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1350: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1351: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1360: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1377: for should always use braces [readability/braces] [5]
src/nvim/memline.c:1377: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:1378: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1383: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1385: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1386: for should always use braces [readability/braces] [5]
src/nvim/memline.c:1386: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:1395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1399: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1401: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1410: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:1411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1418: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1421: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1424: for should always use braces [readability/braces] [5]
src/nvim/memline.c:1424: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:1426: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1449: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1483: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1487: Use os_ctime_r(...) instead of ctime(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/memline.c:1488: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1490: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1508: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1510: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1522: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1524: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1535: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1544: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1547: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1562: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1563: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1565: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1569: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1573: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1576: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1577: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1578: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1580: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1581: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1596: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1612: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1613: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1614: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:1619: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1620: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1645: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1652: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1658: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1686: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1694: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1696: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1716: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1724: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1734: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/memline.c:1737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1749: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1751: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1757: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1760: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1781: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1783: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1796: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1823: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/memline.c:1824: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/memline.c:1825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1827: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1827: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:1828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1832: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1832: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1835: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1837: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1844: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/memline.c:1845: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/memline.c:1847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1849: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:1850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1853: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1856: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1858: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:1861: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/memline.c:1862: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/memline.c:1864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1886: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1889: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1892: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1904: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1905: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1910: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1912: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1933: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1934: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1935: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1946: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1954: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:1956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1965: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1967: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:1970: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1971: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:1972: for should always use braces [readability/braces] [5]
src/nvim/memline.c:1972: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:1975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1975: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:1978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1982: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1989: if should always use braces [readability/braces] [5]
src/nvim/memline.c:1991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:1992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2028: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:2029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2032: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2033: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:2034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2035: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:2035: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:2040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2040: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:2043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2043: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:2051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2076: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2080: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2081: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2092: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2093: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2101: for should always use braces [readability/braces] [5]
src/nvim/memline.c:2102: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:2108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2115: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2118: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2119: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2127: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2129: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:2135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2141: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2143: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2160: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2163: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2177: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2179: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2180: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2181: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2189: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2191: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2198: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2204: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2220: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2224: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2244: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2253: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2254: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2260: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2272: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2281: for should always use braces [readability/braces] [5]
src/nvim/memline.c:2281: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:2284: for should always use braces [readability/braces] [5]
src/nvim/memline.c:2284: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:2296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2323: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2327: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2327: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:2333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2333: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2335: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:2336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2372: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2375: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2382: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2386: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:2392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2398: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2401: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2410: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2413: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2415: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:2419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2432: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2436: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2445: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2447: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:2447: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:2448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2448: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2450: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2460: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2472: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2478: for should always use braces [readability/braces] [5]
src/nvim/memline.c:2478: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:2483: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2503: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2507: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2515: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2533: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2534: Should leave no spaces after a cast: u'(linenr_T) 0' [whitespace/cast] [2]
src/nvim/memline.c:2536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2546: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2551: for should always use braces [readability/braces] [5]
src/nvim/memline.c:2552: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:2561: Should leave no spaces after a cast: u'(linenr_T) 0' [whitespace/cast] [2]
src/nvim/memline.c:2564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2574: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2586: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2591: for should always use braces [readability/braces] [5]
src/nvim/memline.c:2592: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:2603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2620: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:2622: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2627: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2629: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:2635: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2637: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:2637: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:2642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2642: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2644: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:2647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2658: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2659: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2662: for should always use braces [readability/braces] [5]
src/nvim/memline.c:2662: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:2667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2686: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2685: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:2687: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:2692: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:2698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2774: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2775: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2777: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2778: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2784: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2791: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2795: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2804: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:2810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2810: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:2814: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2815: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:2816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2816: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:2817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2823: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2829: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2830: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2831: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:2832: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:2835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2857: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:2858: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:2868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2876: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:2883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2884: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2886: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:2888: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:2894: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:2897: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:2905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2910: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2912: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:2918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2958: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/memline.c:2960: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2988: if should always use braces [readability/braces] [5]
src/nvim/memline.c:2991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:2995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3007: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3025: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3027: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3027: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:3031: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3042: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3050: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:3059: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/memline.c:3059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3059: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/memline.c:3059: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/memline.c:3059: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/memline.c:3061: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:3062: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:3069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3071: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3077: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3078: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3099: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/memline.c:3101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3111: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3113: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3114: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3115: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3116: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3116: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/memline.c:3119: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3121: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3125: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3135: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/memline.c:3136: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/memline.c:3137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3144: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:3157: Use os_ctime_r(...) instead of ctime(...). If it is missing, consider implementing it; see os_localtime_r for an example. [runtime/threadsafe_fn] [2]
src/nvim/memline.c:3158: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3160: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3162: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3179: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:3183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3196: Should leave no spaces after a cast: u'(char *) fname' [whitespace/cast] [2]
src/nvim/memline.c:3199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3201: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:3202: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:3203: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:3249: Should leave no spaces after a cast: u'(char *) buf' [whitespace/cast] [2]
src/nvim/memline.c:3251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3257: Should leave no spaces after a cast: u'(char_u **) dirp' [whitespace/cast] [2]
src/nvim/memline.c:3259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3266: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3285: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3302: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:3304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3319: Should leave no spaces after a cast: u'(char_u *) fname' [whitespace/cast] [2]
src/nvim/memline.c:3320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3325: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3326: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3336: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3337: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3346: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:3351: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:3353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3358: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3359: Should leave no spaces after a cast: u'(char_u *) buf_fname' [whitespace/cast] [2]
src/nvim/memline.c:3360: Should leave no spaces after a cast: u'(char_u *) fname' [whitespace/cast] [2]
src/nvim/memline.c:3363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3364: Should leave no spaces after a cast: u'(char_u *) fname' [whitespace/cast] [2]
src/nvim/memline.c:3366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3368: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:3380: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3379: Should leave no spaces after a cast: u'(char_u *) fname' [whitespace/cast] [2]
src/nvim/memline.c:3383: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3384: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3388: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3389: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3392: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3394: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3393: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/memline.c:3394: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:3397: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3410: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3425: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3435: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3437: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3439: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/memline.c:3444: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3457: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:3460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3460: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/memline.c:3463: Should leave no spaces after a cast: u'(char_u *) dir_name' [whitespace/cast] [2]
src/nvim/memline.c:3484: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/memline.c:3488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3537: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/memline.c:3538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3566: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3573: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3574: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3575: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3582: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3583: Use false instead of FALSE. [readability/bool] [4]
src/nvim/memline.c:3584: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memline.c:3587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3628: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3669: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3698: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3699: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3711: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3722: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3732: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3733: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3734: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3749: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3751: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3794: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3796: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3817: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3832: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3833: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3834: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/memline.c:3844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3869: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3874: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3876: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3878: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3895: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3901: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3908: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3910: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3912: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3914: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3916: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3923: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3935: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3937: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3939: An else should always have braces before it [readability/braces] [5]
src/nvim/memline.c:3943: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3944: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3952: if should always use braces [readability/braces] [5]
src/nvim/memline.c:3955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline.c:3986: Use true instead of TRUE. [readability/bool] [4]
src/nvim/memory.c:1: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/nvim/memory.c:61: if should always use braces [readability/braces] [5]
src/nvim/memory.c:194: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/memory.c:446: Should leave no spaces after a cast: u'(uint8_t *) src' [whitespace/cast] [2]
src/nvim/memory.c:478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:560: if should always use braces [readability/braces] [5]
src/nvim/memory.c:562: if should always use braces [readability/braces] [5]
src/nvim/memory.c:565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memory.c:657: for should always use braces [readability/braces] [5]
src/nvim/memory.c:658: if should always use braces [readability/braces] [5]
src/nvim/memory.c:663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:28: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:38: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:39: Missing space after { [whitespace/braces] [5]
src/nvim/menu.c:39: Missing space before } [whitespace/braces] [5]
src/nvim/menu.c:47: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:50: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/menu.c:51: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/menu.c:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:67: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/menu.c:67: Multi-line string ("...") found. This lint script doesn't do well with such strings, and may give bogus warnings. Use C++11 raw strings or concatenation instead. [readability/multiline_string] [5]
src/nvim/menu.c:67: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:67: Use true instead of TRUE. [readability/bool] [4]
src/nvim/menu.c:94: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:98: if should always use braces [readability/braces] [5]
src/nvim/menu.c:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:111: for should always use braces [readability/braces] [5]
src/nvim/menu.c:111: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/menu.c:112: if should always use braces [readability/braces] [5]
src/nvim/menu.c:115: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/menu.c:117: if should always use braces [readability/braces] [5]
src/nvim/menu.c:119: if should always use braces [readability/braces] [5]
src/nvim/menu.c:120: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/menu.c:126: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:128: while should always use braces [readability/braces] [5]
src/nvim/menu.c:130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:136: Use true instead of TRUE. [readability/bool] [4]
src/nvim/menu.c:139: Use false instead of FALSE. [readability/bool] [4]
src/nvim/menu.c:143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:177: if should always use braces [readability/braces] [5]
src/nvim/menu.c:181: for should always use braces [readability/braces] [5]
src/nvim/menu.c:181: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/menu.c:190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:193: if should always use braces [readability/braces] [5]
src/nvim/menu.c:196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:200: for should always use braces [readability/braces] [5]
src/nvim/menu.c:200: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/menu.c:203: Use true instead of TRUE. [readability/bool] [4]
src/nvim/menu.c:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:209: Use false instead of FALSE. [readability/bool] [4]
src/nvim/menu.c:211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:228: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/menu.c:228: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/menu.c:230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:234: for should always use braces [readability/braces] [5]
src/nvim/menu.c:234: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/menu.c:250: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/menu.c:253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:256: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/menu.c:257: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/menu.c:260: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/menu.c:259: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/menu.c:259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:297: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:312: if should always use braces [readability/braces] [5]
src/nvim/menu.c:318: if should always use braces [readability/braces] [5]
src/nvim/menu.c:326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:393: if should always use braces [readability/braces] [5]
src/nvim/menu.c:394: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/menu.c:398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:404: if should always use braces [readability/braces] [5]
src/nvim/menu.c:410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:411: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/menu.c:413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:437: Extra space before ) [whitespace/parens] [2]
src/nvim/menu.c:439: if should always use braces [readability/braces] [5]
src/nvim/menu.c:441: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:441: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:453: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:469: if should always use braces [readability/braces] [5]
src/nvim/menu.c:471: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:473: for should always use braces [readability/braces] [5]
src/nvim/menu.c:474: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/menu.c:475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:475: if should always use braces [readability/braces] [5]
src/nvim/menu.c:483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:487: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/menu.c:491: if should always use braces [readability/braces] [5]
src/nvim/menu.c:492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:497: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:505: if should always use braces [readability/braces] [5]
src/nvim/menu.c:508: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:510: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:518: if should always use braces [readability/braces] [5]
src/nvim/menu.c:532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:536: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/menu.c:537: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/menu.c:541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:548: if should always use braces [readability/braces] [5]
src/nvim/menu.c:549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:558: if should always use braces [readability/braces] [5]
src/nvim/menu.c:563: if should always use braces [readability/braces] [5]
src/nvim/menu.c:566: if should always use braces [readability/braces] [5]
src/nvim/menu.c:571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:576: if should always use braces [readability/braces] [5]
src/nvim/menu.c:579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:582: if should always use braces [readability/braces] [5]
src/nvim/menu.c:584: if should always use braces [readability/braces] [5]
src/nvim/menu.c:586: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:588: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:593: if should always use braces [readability/braces] [5]
src/nvim/menu.c:599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:602: for should always use braces [readability/braces] [5]
src/nvim/menu.c:608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:636: for should always use braces [readability/braces] [5]
src/nvim/menu.c:639: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/menu.c:642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:650: for should always use braces [readability/braces] [5]
src/nvim/menu.c:651: if should always use braces [readability/braces] [5]
src/nvim/menu.c:653: if should always use braces [readability/braces] [5]
src/nvim/menu.c:658: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:717: if should always use braces [readability/braces] [5]
src/nvim/menu.c:722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:722: if should always use braces [readability/braces] [5]
src/nvim/menu.c:724: for should always use braces [readability/braces] [5]
src/nvim/menu.c:730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:735: for should always use braces [readability/braces] [5]
src/nvim/menu.c:738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:738: if should always use braces [readability/braces] [5]
src/nvim/menu.c:740: for should always use braces [readability/braces] [5]
src/nvim/menu.c:743: if should always use braces [readability/braces] [5]
src/nvim/menu.c:745: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:747: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:749: if should always use braces [readability/braces] [5]
src/nvim/menu.c:751: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:753: if should always use braces [readability/braces] [5]
src/nvim/menu.c:755: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:758: if should always use braces [readability/braces] [5]
src/nvim/menu.c:760: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:761: Use false instead of FALSE. [readability/bool] [4]
src/nvim/menu.c:767: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:771: for should always use braces [readability/braces] [5]
src/nvim/menu.c:772: if should always use braces [readability/braces] [5]
src/nvim/menu.c:778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:788: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/menu.c:801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:802: for should always use braces [readability/braces] [5]
src/nvim/menu.c:802: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/menu.c:803: if should always use braces [readability/braces] [5]
src/nvim/menu.c:807: if should always use braces [readability/braces] [5]
src/nvim/menu.c:810: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:813: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:817: while should always use braces [readability/braces] [5]
src/nvim/menu.c:818: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/menu.c:822: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/menu.c:823: if should always use braces [readability/braces] [5]
src/nvim/menu.c:825: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:832: if should always use braces [readability/braces] [5]
src/nvim/menu.c:833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:841: if should always use braces [readability/braces] [5]
src/nvim/menu.c:846: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/menu.c:855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:858: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:882: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:895: Use false instead of FALSE. [readability/bool] [4]
src/nvim/menu.c:897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:899: Use false instead of FALSE. [readability/bool] [4]
src/nvim/menu.c:902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:903: while should always use braces [readability/braces] [5]
src/nvim/menu.c:908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:908: if should always use braces [readability/braces] [5]
src/nvim/menu.c:911: if should always use braces [readability/braces] [5]
src/nvim/menu.c:912: if should always use braces [readability/braces] [5]
src/nvim/menu.c:914: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:914: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:916: if should always use braces [readability/braces] [5]
src/nvim/menu.c:917: Use true instead of TRUE. [readability/bool] [4]
src/nvim/menu.c:919: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/menu.c:922: if should always use braces [readability/braces] [5]
src/nvim/menu.c:923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:941: Use false instead of FALSE. [readability/bool] [4]
src/nvim/menu.c:943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:945: Use false instead of FALSE. [readability/bool] [4]
src/nvim/menu.c:948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:949: while should always use braces [readability/braces] [5]
src/nvim/menu.c:951: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/menu.c:952: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/menu.c:953: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/menu.c:950: Extra space after ( [whitespace/parens] [2]
src/nvim/menu.c:951: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/menu.c:952: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/menu.c:953: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/menu.c:953: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/menu.c:956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:956: if should always use braces [readability/braces] [5]
src/nvim/menu.c:961: if should always use braces [readability/braces] [5]
src/nvim/menu.c:963: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:963: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:965: if should always use braces [readability/braces] [5]
src/nvim/menu.c:966: Use true instead of TRUE. [readability/bool] [4]
src/nvim/menu.c:968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:973: if should always use braces [readability/braces] [5]
src/nvim/menu.c:975: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:975: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:977: if should always use braces [readability/braces] [5]
src/nvim/menu.c:978: Use true instead of TRUE. [readability/bool] [4]
src/nvim/menu.c:981: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:984: if should always use braces [readability/braces] [5]
src/nvim/menu.c:985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1005: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1009: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1020: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1023: Use true instead of TRUE. [readability/bool] [4]
src/nvim/menu.c:1031: for should always use braces [readability/braces] [5]
src/nvim/menu.c:1031: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/menu.c:1032: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1046: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/menu.c:1047: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/menu.c:1049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1084: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1090: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/menu.c:1091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1091: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1093: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:1098: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1100: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1143: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1147: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:1150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1154: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1156: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1243: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1296: Use true instead of TRUE. [readability/bool] [4]
src/nvim/menu.c:1297: Use true instead of TRUE. [readability/bool] [4]
src/nvim/menu.c:1304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1306: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1307: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/menu.c:1314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1316: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1318: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/menu.c:1319: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:1321: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/menu.c:1321: Use true instead of TRUE. [readability/bool] [4]
src/nvim/menu.c:1322: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:1326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1339: Missing space before asterisk in menutrans_T* [whitespace/operators] [2]
src/nvim/menu.c:1344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1354: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1372: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1374: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:1374: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/menu.c:1383: Missing space before asterisk in menutrans_T* [whitespace/operators] [2]
src/nvim/menu.c:1391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1397: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1398: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/menu.c:1399: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/menu.c:1404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1442: for should always use braces [readability/braces] [5]
src/nvim/menu.c:1443: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.c:1456: if should always use braces [readability/braces] [5]
src/nvim/menu.c:1458: An else should always have braces before it [readability/braces] [5]
src/nvim/menu.c:1464: if should always use braces [readability/braces] [5]
src/nvim/message.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:39: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:47: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:49: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:50: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:57: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:69: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:114: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:125: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:133: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:137: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/message.c:140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:149: Should leave no spaces after a cast: u'(char *) s' [whitespace/cast] [2]
src/nvim/message.c:152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:157: if should always use braces [readability/braces] [5]
src/nvim/message.c:158: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:159: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:163: if should always use braces [readability/braces] [5]
src/nvim/message.c:170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:172: if should always use braces [readability/braces] [5]
src/nvim/message.c:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:177: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:178: if should always use braces [readability/braces] [5]
src/nvim/message.c:185: if should always use braces [readability/braces] [5]
src/nvim/message.c:190: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:199: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/message.c:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:212: if should always use braces [readability/braces] [5]
src/nvim/message.c:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:215: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:219: if should always use braces [readability/braces] [5]
src/nvim/message.c:220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:223: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:226: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:252: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/message.c:254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:259: if should always use braces [readability/braces] [5]
src/nvim/message.c:263: if should always use braces [readability/braces] [5]
src/nvim/message.c:265: if should always use braces [readability/braces] [5]
src/nvim/message.c:271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:288: while should always use braces [readability/braces] [5]
src/nvim/message.c:288: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/message.c:290: if should always use braces [readability/braces] [5]
src/nvim/message.c:296: for should always use braces [readability/braces] [5]
src/nvim/message.c:296: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/message.c:318: if should always use braces [readability/braces] [5]
src/nvim/message.c:328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:377: if should always use braces [readability/braces] [5]
src/nvim/message.c:379: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:381: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:415: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/message.c:421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:430: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:446: if should always use braces [readability/braces] [5]
src/nvim/message.c:448: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:451: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:462: if should always use braces [readability/braces] [5]
src/nvim/message.c:466: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:467: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:516: Should leave no spaces after a cast: u'(char *) s' [whitespace/cast] [2]
src/nvim/message.c:518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:544: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:575: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:593: Should leave no spaces after a cast: u'(char *) IObuff' [whitespace/cast] [2]
src/nvim/message.c:617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:632: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:634: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:636: if should always use braces [readability/braces] [5]
src/nvim/message.c:641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:658: if should always use braces [readability/braces] [5]
src/nvim/message.c:665: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:674: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/message.c:676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:680: if should always use braces [readability/braces] [5]
src/nvim/message.c:683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:684: while should always use braces [readability/braces] [5]
src/nvim/message.c:687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:689: if should always use braces [readability/braces] [5]
src/nvim/message.c:691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:693: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:694: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:696: while should always use braces [readability/braces] [5]
src/nvim/message.c:697: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:701: if should always use braces [readability/braces] [5]
src/nvim/message.c:704: if should always use braces [readability/braces] [5]
src/nvim/message.c:706: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:717: if should always use braces [readability/braces] [5]
src/nvim/message.c:721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:727: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:786: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:787: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:809: if should always use braces [readability/braces] [5]
src/nvim/message.c:809: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:814: if should always use braces [readability/braces] [5]
src/nvim/message.c:817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:823: if should always use braces [readability/braces] [5]
src/nvim/message.c:825: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:827: if should always use braces [readability/braces] [5]
src/nvim/message.c:832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:832: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:836: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:837: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:841: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:866: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:867: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:874: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:877: if should always use braces [readability/braces] [5]
src/nvim/message.c:878: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:879: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:880: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:894: if should always use braces [readability/braces] [5]
src/nvim/message.c:895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:897: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:897: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:898: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:906: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:907: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:912: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:931: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/message.c:933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:936: if should always use braces [readability/braces] [5]
src/nvim/message.c:939: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:943: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/message.c:943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:943: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:947: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:954: if should always use braces [readability/braces] [5]
src/nvim/message.c:956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:956: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:957: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:969: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:970: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:971: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:983: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:995: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:996: if should always use braces [readability/braces] [5]
src/nvim/message.c:998: if should always use braces [readability/braces] [5]
src/nvim/message.c:1002: if should always use braces [readability/braces] [5]
src/nvim/message.c:1007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1013: if should always use braces [readability/braces] [5]
src/nvim/message.c:1015: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:1017: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1026: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1036: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1045: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1047: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1048: if should always use braces [readability/braces] [5]
src/nvim/message.c:1051: if should always use braces [readability/braces] [5]
src/nvim/message.c:1054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1054: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1058: if should always use braces [readability/braces] [5]
src/nvim/message.c:1062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1068: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1095: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/message.c:1118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1172: if should always use braces [readability/braces] [5]
src/nvim/message.c:1175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1180: if should always use braces [readability/braces] [5]
src/nvim/message.c:1181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1183: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:1185: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:1189: if should always use braces [readability/braces] [5]
src/nvim/message.c:1190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1192: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:1192: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:1193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1195: if should always use braces [readability/braces] [5]
src/nvim/message.c:1197: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:1207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1209: if should always use braces [readability/braces] [5]
src/nvim/message.c:1211: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:1215: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:1216: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1217: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1221: if should always use braces [readability/braces] [5]
src/nvim/message.c:1222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1234: for should always use braces [readability/braces] [5]
src/nvim/message.c:1234: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/message.c:1235: if should always use braces [readability/braces] [5]
src/nvim/message.c:1239: for should always use braces [readability/braces] [5]
src/nvim/message.c:1239: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/message.c:1244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1259: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/message.c:1261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1275: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1276: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:1279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1281: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:1282: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:1288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1293: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/message.c:1295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1302: while should always use braces [readability/braces] [5]
src/nvim/message.c:1308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1314: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/message.c:1316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1323: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1331: if should always use braces [readability/braces] [5]
src/nvim/message.c:1345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1345: if should always use braces [readability/braces] [5]
src/nvim/message.c:1348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1348: if should always use braces [readability/braces] [5]
src/nvim/message.c:1349: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1365: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:1368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1370: if should always use braces [readability/braces] [5]
src/nvim/message.c:1377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1386: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1387: if should always use braces [readability/braces] [5]
src/nvim/message.c:1392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1408: if should always use braces [readability/braces] [5]
src/nvim/message.c:1409: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1414: while should always use braces [readability/braces] [5]
src/nvim/message.c:1415: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1420: if should always use braces [readability/braces] [5]
src/nvim/message.c:1425: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1426: if should always use braces [readability/braces] [5]
src/nvim/message.c:1428: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:1447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1466: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1484: if should always use braces [readability/braces] [5]
src/nvim/message.c:1493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1501: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1504: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:1505: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:1506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1516: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1522: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1657: if should always use braces [readability/braces] [5]
src/nvim/message.c:1660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1664: if should always use braces [readability/braces] [5]
src/nvim/message.c:1667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1672: if should always use braces [readability/braces] [5]
src/nvim/message.c:1673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1675: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:1678: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:1680: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1681: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:1682: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1684: if should always use braces [readability/braces] [5]
src/nvim/message.c:1685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1686: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1689: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1690: if should always use braces [readability/braces] [5]
src/nvim/message.c:1692: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1693: if should always use braces [readability/braces] [5]
src/nvim/message.c:1694: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1700: if should always use braces [readability/braces] [5]
src/nvim/message.c:1701: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1704: if should always use braces [readability/braces] [5]
src/nvim/message.c:1706: if should always use braces [readability/braces] [5]
src/nvim/message.c:1710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1712: if should always use braces [readability/braces] [5]
src/nvim/message.c:1720: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/message.c:1721: if should always use braces [readability/braces] [5]
src/nvim/message.c:1723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1726: if should always use braces [readability/braces] [5]
src/nvim/message.c:1727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1728: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1731: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1732: if should always use braces [readability/braces] [5]
src/nvim/message.c:1734: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:1736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1736: if should always use braces [readability/braces] [5]
src/nvim/message.c:1738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1741: if should always use braces [readability/braces] [5]
src/nvim/message.c:1742: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1752: if should always use braces [readability/braces] [5]
src/nvim/message.c:1753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1755: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:1771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1772: if should always use braces [readability/braces] [5]
src/nvim/message.c:1778: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1782: if should always use braces [readability/braces] [5]
src/nvim/message.c:1784: if should always use braces [readability/braces] [5]
src/nvim/message.c:1785: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1799: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1805: Should leave no spaces after a cast: u'(char *) sourcing_name' [whitespace/cast] [2]
src/nvim/message.c:1816: Should leave no spaces after a cast: u'(int64_t) sourcing_lnum' [whitespace/cast] [2]
src/nvim/message.c:1825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1828: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1834: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/message.c:1835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1846: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1866: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:1867: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1878: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1910: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:1914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1921: while should always use braces [readability/braces] [5]
src/nvim/message.c:1926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1931: if should always use braces [readability/braces] [5]
src/nvim/message.c:1932: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1948: if should always use braces [readability/braces] [5]
src/nvim/message.c:1949: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1950: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1951: if should always use braces [readability/braces] [5]
src/nvim/message.c:1958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1964: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:1968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:1970: if should always use braces [readability/braces] [5]
src/nvim/message.c:1971: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:1974: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2040: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2057: for should always use braces [readability/braces] [5]
src/nvim/message.c:2058: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/message.c:2064: if should always use braces [readability/braces] [5]
src/nvim/message.c:2065: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2073: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:2079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2128: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2129: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2137: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2139: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2140: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2148: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2155: if should always use braces [readability/braces] [5]
src/nvim/message.c:2157: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2159: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2163: for should always use braces [readability/braces] [5]
src/nvim/message.c:2164: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2169: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/message.c:2170: if should always use braces [readability/braces] [5]
src/nvim/message.c:2173: if should always use braces [readability/braces] [5]
src/nvim/message.c:2175: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2180: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2186: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/message.c:2188: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2200: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2202: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2209: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2210: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2265: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2274: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2283: if should always use braces [readability/braces] [5]
src/nvim/message.c:2289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2289: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2320: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2325: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2330: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2342: if should always use braces [readability/braces] [5]
src/nvim/message.c:2344: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2345: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2355: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2367: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2382: if should always use braces [readability/braces] [5]
src/nvim/message.c:2386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2426: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2427: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2430: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2440: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2441: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2459: if should always use braces [readability/braces] [5]
src/nvim/message.c:2462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2463: if should always use braces [readability/braces] [5]
src/nvim/message.c:2467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2500: if should always use braces [readability/braces] [5]
src/nvim/message.c:2501: if should always use braces [readability/braces] [5]
src/nvim/message.c:2503: if should always use braces [readability/braces] [5]
src/nvim/message.c:2505: if should always use braces [readability/braces] [5]
src/nvim/message.c:2507: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2509: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2510: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2511: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2514: if should always use braces [readability/braces] [5]
src/nvim/message.c:2525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2531: if should always use braces [readability/braces] [5]
src/nvim/message.c:2532: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2541: if should always use braces [readability/braces] [5]
src/nvim/message.c:2542: if should always use braces [readability/braces] [5]
src/nvim/message.c:2546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2551: if should always use braces [readability/braces] [5]
src/nvim/message.c:2552: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2553: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2555: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2564: if should always use braces [readability/braces] [5]
src/nvim/message.c:2566: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:2570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2579: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2590: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2608: if should always use braces [readability/braces] [5]
src/nvim/message.c:2611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2612: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2614: Should leave no spaces after a cast: u'(char *) message' [whitespace/cast] [2]
src/nvim/message.c:2617: if should always use braces [readability/braces] [5]
src/nvim/message.c:2619: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2621: if should always use braces [readability/braces] [5]
src/nvim/message.c:2623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2623: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2624: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2627: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2630: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2639: if should always use braces [readability/braces] [5]
src/nvim/message.c:2641: if should always use braces [readability/braces] [5]
src/nvim/message.c:2642: while should always use braces [readability/braces] [5]
src/nvim/message.c:2644: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2645: while should always use braces [readability/braces] [5]
src/nvim/message.c:2649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2668: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/message.c:2675: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:2677: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/message.c:2674: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/message.c:2674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2676: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/message.c:2676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2676: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/message.c:2676: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2687: if should always use braces [readability/braces] [5]
src/nvim/message.c:2688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2699: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2727: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/message.c:2729: if should always use braces [readability/braces] [5]
src/nvim/message.c:2732: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:2734: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2736: if should always use braces [readability/braces] [5]
src/nvim/message.c:2738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2748: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2760: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/message.c:2763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2779: if should always use braces [readability/braces] [5]
src/nvim/message.c:2781: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:2833: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2834: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2835: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2861: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/message.c:2864: Missing space after { [whitespace/braces] [5]
src/nvim/message.c:2864: Missing space before } [whitespace/braces] [5]
src/nvim/message.c:2880: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/message.c:2882: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/message.c:2892: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2913: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2926: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2935: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2939: Use true instead of TRUE. [readability/bool] [4]
src/nvim/message.c:2943: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:2961: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2962: if should always use braces [readability/braces] [5]
src/nvim/message.c:2964: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:2969: if should always use braces [readability/braces] [5]
src/nvim/message.c:2970: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2971: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2972: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2972: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2980: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2981: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2982: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2982: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:2989: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/message.c:2992: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2993: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2994: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2995: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/message.c:2995: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:3008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:3015: Use false instead of FALSE. [readability/bool] [4]
src/nvim/message.c:3017: if should always use braces [readability/braces] [5]
src/nvim/message.c:3019: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:3019: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:3020: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:3022: if should always use braces [readability/braces] [5]
src/nvim/message.c:3028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:3037: if should always use braces [readability/braces] [5]
src/nvim/message.c:3039: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:3039: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:3040: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:3046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:3054: if should always use braces [readability/braces] [5]
src/nvim/message.c:3056: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:3056: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:3057: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:3058: if should always use braces [readability/braces] [5]
src/nvim/message.c:3060: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:3062: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:3068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:3103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:3110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.c:3118: if should always use braces [readability/braces] [5]
src/nvim/message.c:3120: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:3267: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/message.c:3324: if should always use braces [readability/braces] [5]
src/nvim/message.c:3326: Should leave no spaces after a cast: u'(char_u *) str_arg' [whitespace/cast] [2]
src/nvim/message.c:3365: Use int16_t/int64_t/etc, rather than the C type long long [runtime/int] [4]
src/nvim/message.c:3366: Use int16_t/int64_t/etc, rather than the C type long long [runtime/int] [4]
src/nvim/message.c:3481: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:3486: if should always use braces [readability/braces] [5]
src/nvim/message.c:3487: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/message.c:3488: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:3492: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/message.c:3494: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/message.c:3496: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/message.c:3538: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/message.c:3540: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/message.c:3542: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/message.c:3544: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/message.c:3551: if should always use braces [readability/braces] [5]
src/nvim/message.c:3554: if should always use braces [readability/braces] [5]
src/nvim/message.c:3580: if should always use braces [readability/braces] [5]
src/nvim/message.c:3587: if should always use braces [readability/braces] [5]
src/nvim/message.c:3609: if should always use braces [readability/braces] [5]
src/nvim/message.c:3611: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:3618: Use xstrlcpy or snprintf instead of strcpy [runtime/printf] [4]
src/nvim/message.c:3627: if should always use braces [readability/braces] [5]
src/nvim/message.c:3629: if should always use braces [readability/braces] [5]
src/nvim/message.c:3631: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/message.c:3635: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/message.c:3642: if should always use braces [readability/braces] [5]
src/nvim/message.c:3644: An else should always have braces before it [readability/braces] [5]
src/nvim/message.c:3644: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/message.c:3652: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:3658: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:3660: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:3664: if should always use braces [readability/braces] [5]
src/nvim/message.c:3668: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:3669: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:3679: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/message.c:3697: if should always use braces [readability/braces] [5]
src/nvim/message.c:3703: if should always use braces [readability/braces] [5]
src/nvim/message.c:3794: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:81: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/misc1.c:82: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/misc1.c:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:125: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:127: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:141: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:143: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:163: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:171: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:172: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:201: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:202: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:203: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:214: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:215: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:216: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:228: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:249: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:250: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:257: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:258: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:259: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:260: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:283: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:284: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:291: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/misc1.c:293: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:317: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:318: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:319: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:320: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:324: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:325: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:327: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:335: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:336: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:337: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:345: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:347: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:354: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/misc1.c:356: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:372: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:379: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:380: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:381: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:387: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:389: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:393: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:401: for should always use braces [readability/braces] [5]
src/nvim/misc1.c:401: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/misc1.c:409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:423: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:429: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:449: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:450: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:451: for should always use braces [readability/braces] [5]
src/nvim/misc1.c:452: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/misc1.c:453: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/misc1.c:456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:458: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:462: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:467: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:478: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:480: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:480: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:504: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:506: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:508: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:509: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:513: for should always use braces [readability/braces] [5]
src/nvim/misc1.c:514: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/misc1.c:515: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/misc1.c:516: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:522: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:532: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:534: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:538: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:549: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:552: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:555: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:565: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:571: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:576: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:585: for should always use braces [readability/braces] [5]
src/nvim/misc1.c:585: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/misc1.c:587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:598: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:611: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:620: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:628: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:630: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:631: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:636: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:637: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:656: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:657: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:658: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:662: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:692: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:699: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:701: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:702: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:705: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:706: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:712: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:733: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:735: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:739: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:740: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:742: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:742: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:765: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:768: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:774: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:778: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:791: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:792: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:808: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:809: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:816: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:817: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:827: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:829: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:833: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:834: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:837: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:839: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:840: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:841: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:851: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:865: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:886: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:887: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:886: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:887: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:892: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:905: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:915: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:922: Small and focused functions are preferred: () has 562 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/misc1.c:924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:934: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/misc1.c:938: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:948: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:949: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:958: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:962: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:967: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:973: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:980: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:983: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:984: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:992: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:994: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:995: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:997: for should always use braces [readability/braces] [5]
src/nvim/misc1.c:997: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/misc1.c:998: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/misc1.c:999: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1002: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1004: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1020: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1025: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1027: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1034: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1037: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1041: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1047: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:1048: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1050: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1054: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1055: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1078: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1085: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1088: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:1092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1098: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/misc1.c:1098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1112: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1114: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:1115: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1117: for should always use braces [readability/braces] [5]
src/nvim/misc1.c:1117: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/misc1.c:1118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1118: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/misc1.c:1119: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1134: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1136: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1151: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1162: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:1163: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1170: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1173: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1174: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:1175: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1177: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1183: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1185: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1200: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1203: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/misc1.c:1204: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/misc1.c:1207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1217: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1220: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/misc1.c:1221: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/misc1.c:1224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1229: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1232: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1237: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1237: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1241: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1256: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:1257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1257: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1265: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1294: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1297: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1325: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1339: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1342: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1343: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1344: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:1345: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1346: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1468: Should leave no spaces after a cast: u'(char_u *) xmalloc' [whitespace/cast] [2]
src/nvim/misc1.c:1487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1488: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:1493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1501: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1503: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:1511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1529: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1536: Should leave no spaces after a cast: u'(char_u *) xmalloc' [whitespace/cast] [2]
src/nvim/misc1.c:1537: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1541: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:1546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1558: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1576: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/misc1.c:1581: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1604: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1630: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1638: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1640: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1659: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1660: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:1662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1673: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/misc1.c:1674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1694: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1695: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1702: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/misc1.c:1703: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/misc1.c:1704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1711: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1715: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1719: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1722: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1723: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1726: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1743: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1745: Missing space before asterisk in int)* [whitespace/operators] [2]
src/nvim/misc1.c:1748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1758: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/misc1.c:1762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1783: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1791: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:1794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1802: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1803: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1827: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1838: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1840: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:1843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1861: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1907: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/misc1.c:1908: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/misc1.c:1909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1911: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1912: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1912: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/misc1.c:1918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1929: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:1947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1948: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1953: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1956: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1973: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/misc1.c:1980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1983: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1985: Missing space after { [whitespace/braces] [5]
src/nvim/misc1.c:1985: Missing space before } [whitespace/braces] [5]
src/nvim/misc1.c:1987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1990: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1991: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1992: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:1992: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:1993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:1997: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:1998: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:1999: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:1999: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:2000: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2001: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2016: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:2018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2021: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2030: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2033: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2045: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2046: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2063: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2066: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2073: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2077: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2079: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:2082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2091: for should always use braces [readability/braces] [5]
src/nvim/misc1.c:2091: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/misc1.c:2095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2096: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2105: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2111: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2123: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2127: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2135: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/misc1.c:2136: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/misc1.c:2138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2144: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2147: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:2148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2148: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:2150: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2161: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:2169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2177: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/misc1.c:2178: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/misc1.c:2180: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/misc1.c:2179: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/misc1.c:2179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2179: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/misc1.c:2189: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2190: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2191: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2192: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2199: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2211: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2212: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2231: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2234: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2235: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2241: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2243: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:2245: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2250: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2253: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2254: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2328: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2331: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:2332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2332: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2342: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2344: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2355: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2358: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2365: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2371: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2386: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/misc1.c:2387: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/misc1.c:2388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2396: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2397: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2401: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2404: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2405: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2412: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2416: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2420: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:2425: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2427: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:2428: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2430: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:2433: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2434: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2450: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2451: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/misc1.c:2452: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:2455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2462: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:2464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2467: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2468: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2469: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2470: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/misc1.c:2481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2481: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2488: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2491: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2493: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:2498: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2500: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:2503: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2505: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:2506: An else should always have braces before it [readability/braces] [5]
src/nvim/misc1.c:2508: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/misc1.c:2515: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:2520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2568: Use false instead of FALSE. [readability/bool] [4]
src/nvim/misc1.c:2574: Use true instead of TRUE. [readability/bool] [4]
src/nvim/misc1.c:2575: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/misc1.c:2579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2585: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2603: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2605: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2624: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/misc1.c:2651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2734: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2751: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2753: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/misc1.c:2778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2779: for should always use braces [readability/braces] [5]
src/nvim/misc1.c:2779: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/misc1.c:2780: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.c:2799: if should always use braces [readability/braces] [5]
src/nvim/misc1.c:2801: while should always use braces [readability/braces] [5]
src/nvim/misc1.c:2806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mouse.c:78: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:90: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:92: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:104: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:109: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:112: An else should always have braces before it [readability/braces] [5]
src/nvim/mouse.c:119: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:143: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:145: An else should always have braces before it [readability/braces] [5]
src/nvim/mouse.c:156: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:157: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:158: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:160: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/mouse.c:156: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:157: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:158: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:160: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/mouse.c:156: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:157: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:158: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:160: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/mouse.c:156: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:157: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:158: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/mouse.c:160: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/mouse.c:176: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:179: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:183: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:185: An else should always have braces before it [readability/braces] [5]
src/nvim/mouse.c:190: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:192: An else should always have braces before it [readability/braces] [5]
src/nvim/mouse.c:232: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:233: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mouse.c:234: An else should always have braces before it [readability/braces] [5]
src/nvim/mouse.c:236: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:241: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mouse.c:243: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mouse.c:256: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mouse.c:272: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mouse.c:274: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mouse.c:365: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:395: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/mouse.c:401: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:433: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:437: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:443: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mouse.c:460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mouse.c:461: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:464: if should always use braces [readability/braces] [5]
src/nvim/mouse.c:466: An else should always have braces before it [readability/braces] [5]
src/nvim/mouse.c:468: An else should always have braces before it [readability/braces] [5]
src/nvim/mouse.c:470: An else should always have braces before it [readability/braces] [5]
src/nvim/mouse.c:472: An else should always have braces before it [readability/braces] [5]
src/nvim/mouse.c:473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mouse.c:474: An else should always have braces before it [readability/braces] [5]
src/nvim/mouse.c:475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mouse.c:484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mouse.c:493: for should always use braces [readability/braces] [5]
src/nvim/mouse.c:493: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/move.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:34: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:36: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:66: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/move.c:84: if should always use braces [readability/braces] [5]
src/nvim/move.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:97: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:117: if should always use braces [readability/braces] [5]
src/nvim/move.c:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:132: if should always use braces [readability/braces] [5]
src/nvim/move.c:145: if should always use braces [readability/braces] [5]
src/nvim/move.c:148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:149: if should always use braces [readability/braces] [5]
src/nvim/move.c:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:159: if should always use braces [readability/braces] [5]
src/nvim/move.c:166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:170: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/move.c:170: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:175: if should always use braces [readability/braces] [5]
src/nvim/move.c:177: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:181: if should always use braces [readability/braces] [5]
src/nvim/move.c:182: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:187: if should always use braces [readability/braces] [5]
src/nvim/move.c:191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:196: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/move.c:197: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:199: if should always use braces [readability/braces] [5]
src/nvim/move.c:203: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:231: if should always use braces [readability/braces] [5]
src/nvim/move.c:239: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/move.c:242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:256: if should always use braces [readability/braces] [5]
src/nvim/move.c:260: if should always use braces [readability/braces] [5]
src/nvim/move.c:261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:275: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/move.c:276: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:278: if should always use braces [readability/braces] [5]
src/nvim/move.c:282: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:285: if should always use braces [readability/braces] [5]
src/nvim/move.c:287: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:304: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:307: if should always use braces [readability/braces] [5]
src/nvim/move.c:314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:317: Missing space before asterisk in win_T* [whitespace/operators] [2]
src/nvim/move.c:325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:354: if should always use braces [readability/braces] [5]
src/nvim/move.c:360: if should always use braces [readability/braces] [5]
src/nvim/move.c:375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:470: if should always use braces [readability/braces] [5]
src/nvim/move.c:474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:509: if should always use braces [readability/braces] [5]
src/nvim/move.c:513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:525: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/move.c:528: if should always use braces [readability/braces] [5]
src/nvim/move.c:529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:533: if should always use braces [readability/braces] [5]
src/nvim/move.c:535: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:536: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:539: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:547: if should always use braces [readability/braces] [5]
src/nvim/move.c:554: if should always use braces [readability/braces] [5]
src/nvim/move.c:556: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:573: if should always use braces [readability/braces] [5]
src/nvim/move.c:575: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:576: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:579: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:584: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:612: if should always use braces [readability/braces] [5]
src/nvim/move.c:619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:626: if should always use braces [readability/braces] [5]
src/nvim/move.c:629: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:649: if should always use braces [readability/braces] [5]
src/nvim/move.c:652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:654: if should always use braces [readability/braces] [5]
src/nvim/move.c:656: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:688: if should always use braces [readability/braces] [5]
src/nvim/move.c:698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:726: if should always use braces [readability/braces] [5]
src/nvim/move.c:727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:729: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:731: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:734: if should always use braces [readability/braces] [5]
src/nvim/move.c:741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:766: if should always use braces [readability/braces] [5]
src/nvim/move.c:771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:774: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/move.c:777: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:793: if should always use braces [readability/braces] [5]
src/nvim/move.c:795: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:795: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:800: if should always use braces [readability/braces] [5]
src/nvim/move.c:802: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:805: if should always use braces [readability/braces] [5]
src/nvim/move.c:809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:814: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:816: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:821: if should always use braces [readability/braces] [5]
src/nvim/move.c:823: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:833: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:834: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:833: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:834: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:833: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:834: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:848: if should always use braces [readability/braces] [5]
src/nvim/move.c:850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:852: if should always use braces [readability/braces] [5]
src/nvim/move.c:854: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:859: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/move.c:861: if should always use braces [readability/braces] [5]
src/nvim/move.c:865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:867: if should always use braces [readability/braces] [5]
src/nvim/move.c:869: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:872: if should always use braces [readability/braces] [5]
src/nvim/move.c:876: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:881: if should always use braces [readability/braces] [5]
src/nvim/move.c:886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:888: while should always use braces [readability/braces] [5]
src/nvim/move.c:890: if should always use braces [readability/braces] [5]
src/nvim/move.c:896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:911: if should always use braces [readability/braces] [5]
src/nvim/move.c:914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:926: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/move.c:927: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/move.c:929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:936: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:940: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:941: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:943: if should always use braces [readability/braces] [5]
src/nvim/move.c:945: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:950: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:951: if should always use braces [readability/braces] [5]
src/nvim/move.c:955: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:958: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:964: if should always use braces [readability/braces] [5]
src/nvim/move.c:968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:985: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:986: if should always use braces [readability/braces] [5]
src/nvim/move.c:988: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:990: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1006: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/move.c:1007: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/move.c:1009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1017: if should always use braces [readability/braces] [5]
src/nvim/move.c:1018: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1019: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1019: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:1020: if should always use braces [readability/braces] [5]
src/nvim/move.c:1022: if should always use braces [readability/braces] [5]
src/nvim/move.c:1024: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1036: if should always use braces [readability/braces] [5]
src/nvim/move.c:1038: if should always use braces [readability/braces] [5]
src/nvim/move.c:1043: if should always use braces [readability/braces] [5]
src/nvim/move.c:1044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1059: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/move.c:1060: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/move.c:1062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1069: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1073: if should always use braces [readability/braces] [5]
src/nvim/move.c:1080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1087: if should always use braces [readability/braces] [5]
src/nvim/move.c:1089: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1089: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:1091: if should always use braces [readability/braces] [5]
src/nvim/move.c:1096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1105: if should always use braces [readability/braces] [5]
src/nvim/move.c:1110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1118: if should always use braces [readability/braces] [5]
src/nvim/move.c:1119: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1120: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1132: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1135: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1139: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1150: if should always use braces [readability/braces] [5]
src/nvim/move.c:1155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1171: if should always use braces [readability/braces] [5]
src/nvim/move.c:1172: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1173: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1173: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:1175: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1177: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1192: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1195: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1197: if should always use braces [readability/braces] [5]
src/nvim/move.c:1199: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1202: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1202: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:1208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1218: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1221: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1223: if should always use braces [readability/braces] [5]
src/nvim/move.c:1225: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1228: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1228: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:1234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1242: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1256: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1276: if should always use braces [readability/braces] [5]
src/nvim/move.c:1279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1293: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1294: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1316: if should always use braces [readability/braces] [5]
src/nvim/move.c:1317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1318: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1319: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1322: if should always use braces [readability/braces] [5]
src/nvim/move.c:1324: if should always use braces [readability/braces] [5]
src/nvim/move.c:1327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1330: if should always use braces [readability/braces] [5]
src/nvim/move.c:1336: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1337: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1352: if should always use braces [readability/braces] [5]
src/nvim/move.c:1354: if should always use braces [readability/braces] [5]
src/nvim/move.c:1359: if should always use braces [readability/braces] [5]
src/nvim/move.c:1363: if should always use braces [readability/braces] [5]
src/nvim/move.c:1372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1379: if should always use braces [readability/braces] [5]
src/nvim/move.c:1380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1381: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1381: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:1385: if should always use braces [readability/braces] [5]
src/nvim/move.c:1387: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1387: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:1395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1425: if should always use braces [readability/braces] [5]
src/nvim/move.c:1432: if should always use braces [readability/braces] [5]
src/nvim/move.c:1436: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:1439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1447: if should always use braces [readability/braces] [5]
src/nvim/move.c:1451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1470: if should always use braces [readability/braces] [5]
src/nvim/move.c:1472: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/move.c:1473: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/move.c:1472: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/move.c:1473: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/move.c:1481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1483: if should always use braces [readability/braces] [5]
src/nvim/move.c:1485: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1487: if should always use braces [readability/braces] [5]
src/nvim/move.c:1493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1495: if should always use braces [readability/braces] [5]
src/nvim/move.c:1502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1505: if should always use braces [readability/braces] [5]
src/nvim/move.c:1508: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/move.c:1509: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/move.c:1515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1517: if should always use braces [readability/braces] [5]
src/nvim/move.c:1527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1528: if should always use braces [readability/braces] [5]
src/nvim/move.c:1530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1531: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1534: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1534: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:1542: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1544: if should always use braces [readability/braces] [5]
src/nvim/move.c:1548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1552: if should always use braces [readability/braces] [5]
src/nvim/move.c:1554: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1594: if should always use braces [readability/braces] [5]
src/nvim/move.c:1598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1598: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1599: if should always use braces [readability/braces] [5]
src/nvim/move.c:1600: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1606: if should always use braces [readability/braces] [5]
src/nvim/move.c:1608: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1610: if should always use braces [readability/braces] [5]
src/nvim/move.c:1617: if should always use braces [readability/braces] [5]
src/nvim/move.c:1620: if should always use braces [readability/braces] [5]
src/nvim/move.c:1627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1649: if should always use braces [readability/braces] [5]
src/nvim/move.c:1658: if should always use braces [readability/braces] [5]
src/nvim/move.c:1662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1667: if should always use braces [readability/braces] [5]
src/nvim/move.c:1673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1686: if should always use braces [readability/braces] [5]
src/nvim/move.c:1687: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1688: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1690: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1693: if should always use braces [readability/braces] [5]
src/nvim/move.c:1694: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1695: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1699: if should always use braces [readability/braces] [5]
src/nvim/move.c:1701: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1704: if should always use braces [readability/braces] [5]
src/nvim/move.c:1706: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1708: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1708: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:1724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1741: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/move.c:1743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1755: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/move.c:1764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1765: if should always use braces [readability/braces] [5]
src/nvim/move.c:1766: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1767: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1769: if should always use braces [readability/braces] [5]
src/nvim/move.c:1773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1799: if should always use braces [readability/braces] [5]
src/nvim/move.c:1800: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1801: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1803: if should always use braces [readability/braces] [5]
src/nvim/move.c:1806: if should always use braces [readability/braces] [5]
src/nvim/move.c:1811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1827: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1832: if should always use braces [readability/braces] [5]
src/nvim/move.c:1834: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1859: if should always use braces [readability/braces] [5]
src/nvim/move.c:1860: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:1863: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1881: if should always use braces [readability/braces] [5]
src/nvim/move.c:1885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1919: if should always use braces [readability/braces] [5]
src/nvim/move.c:1921: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1924: if should always use braces [readability/braces] [5]
src/nvim/move.c:1925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1928: if should always use braces [readability/braces] [5]
src/nvim/move.c:1930: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1939: if should always use braces [readability/braces] [5]
src/nvim/move.c:1941: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1950: if should always use braces [readability/braces] [5]
src/nvim/move.c:1952: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1955: if should always use braces [readability/braces] [5]
src/nvim/move.c:1956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1957: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:1958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1971: if should always use braces [readability/braces] [5]
src/nvim/move.c:1981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:1987: if should always use braces [readability/braces] [5]
src/nvim/move.c:1989: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:1993: if should always use braces [readability/braces] [5]
src/nvim/move.c:1996: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:2001: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:2010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2014: if should always use braces [readability/braces] [5]
src/nvim/move.c:2016: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:2016: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:2020: if should always use braces [readability/braces] [5]
src/nvim/move.c:2023: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:2024: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:2031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2039: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:2040: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:2042: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:2047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2051: if should always use braces [readability/braces] [5]
src/nvim/move.c:2054: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:2055: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:2059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2065: if should always use braces [readability/braces] [5]
src/nvim/move.c:2067: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:2071: if should always use braces [readability/braces] [5]
src/nvim/move.c:2073: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:2082: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:2088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2092: if should always use braces [readability/braces] [5]
src/nvim/move.c:2094: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:2096: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:2098: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:2100: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/move.c:2104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2109: if should always use braces [readability/braces] [5]
src/nvim/move.c:2111: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/move.c:2116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2144: if should always use braces [readability/braces] [5]
src/nvim/move.c:2147: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:2148: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:2149: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/move.c:2150: An else should always have braces before it [readability/braces] [5]
src/nvim/move.c:2157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2166: if should always use braces [readability/braces] [5]
src/nvim/move.c:2170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/move.c:2171: if should always use braces [readability/braces] [5]
src/nvim/move.c:2177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/msgpack_rpc/channel.c:53: Should leave no spaces after a cast: u'(cstr_t) *subscribed_events' [whitespace/cast] [2]
src/nvim/msgpack_rpc/channel.c:155: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:220: Should leave no spaces after a cast: u'(ErrorType) array' [whitespace/cast] [2]
src/nvim/msgpack_rpc/channel.c:317: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:344: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:384: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:385: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:526: Missing space after { [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:526: Missing space before } [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:539: Missing space after { [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:539: Missing space before } [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:564: Missing space after { [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:564: Missing space before } [whitespace/braces] [5]
src/nvim/msgpack_rpc/channel.c:706: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/msgpack_rpc/channel.c:769: Missing space before asterisk in Channel* [whitespace/operators] [2]
src/nvim/msgpack_rpc/helpers.c:290: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/msgpack_rpc/helpers.c:295: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/msgpack_rpc/server.c:49: Should leave no spaces after a cast: u'(char *) listen_address' [whitespace/cast] [2]
src/nvim/msgpack_rpc/server.c:90: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:52: "nvim/mouse.h" already included at src/nvim/normal.c:41 [build/include] [4]
src/nvim/normal.c:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:88: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:89: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:152: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/normal.c:155: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:155: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:156: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:156: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:157: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:157: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:158: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:158: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:159: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:159: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:160: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:160: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:161: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:161: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:162: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:162: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:163: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:163: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:164: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:164: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:165: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:165: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:166: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:166: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:167: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:167: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:168: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:168: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:169: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:169: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:170: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:170: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:171: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:171: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:172: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:172: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:173: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:173: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:174: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:174: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:175: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:175: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:176: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:176: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:177: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:177: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:178: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:178: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:179: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:179: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:180: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:180: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:181: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:181: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:182: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:182: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:183: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:183: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:184: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:184: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:185: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:185: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:186: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:186: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:187: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:187: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:188: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:188: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:189: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:189: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:190: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:190: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:191: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:191: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:192: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:192: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:193: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:193: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:194: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:194: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:195: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:195: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:196: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:196: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:197: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:197: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:198: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:198: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:199: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:199: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:200: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:200: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:201: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:201: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:202: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:202: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:203: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:203: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:204: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:204: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:205: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:205: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:206: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:206: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:207: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:207: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:208: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:208: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:209: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:209: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:210: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:210: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:211: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:211: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:212: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:212: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:213: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:213: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:214: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:214: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:215: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:215: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:216: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:216: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:217: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:217: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:218: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:218: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:219: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:219: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:220: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:220: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:221: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:221: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:222: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:222: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:223: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:223: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:224: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:224: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:225: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:225: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:226: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:226: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:227: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:227: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:228: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:228: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:229: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:229: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:230: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:230: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:231: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:231: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:232: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:232: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:233: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:233: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:234: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:234: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:235: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:235: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:236: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:236: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:237: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:237: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:238: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:238: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:239: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:239: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:240: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:240: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:241: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:241: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:242: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:242: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:243: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:243: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:244: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:244: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:245: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:245: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:246: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:246: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:247: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:247: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:248: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:248: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:249: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:249: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:250: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:250: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:251: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:251: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:252: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:252: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:253: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:253: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:254: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:254: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:255: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:255: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:256: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:256: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:257: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:257: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:258: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:258: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:259: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:259: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:260: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:260: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:261: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:261: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:262: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:262: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:263: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:263: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:264: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:264: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:265: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:265: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:266: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:266: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:267: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:267: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:268: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:268: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:269: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:269: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:270: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:270: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:271: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:271: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:272: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:272: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:273: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:273: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:274: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:274: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:275: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:275: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:276: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:276: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:277: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:277: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:278: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:278: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:279: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:279: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:280: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:280: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:281: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:281: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:284: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:284: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:285: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:285: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:286: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:286: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:287: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:287: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:288: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:288: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:289: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:289: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:290: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:290: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:291: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:291: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:292: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:292: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:293: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:293: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:294: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:294: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:295: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:295: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:296: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:296: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:297: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:297: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:298: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:298: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:299: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:299: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:300: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:300: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:301: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:301: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:302: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:302: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:303: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:303: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:304: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:304: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:305: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:305: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:306: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:306: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:307: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:307: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:308: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:308: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:309: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:309: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:310: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:310: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:311: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:311: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:312: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:312: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:313: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:313: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:314: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:314: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:315: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:315: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:316: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:316: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:317: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:317: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:318: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:318: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:319: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:319: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:320: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:320: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:321: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:321: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:322: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:322: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:323: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:323: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:324: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:324: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:325: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:325: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:326: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:326: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:327: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:327: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:328: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:328: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:329: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:329: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:330: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:330: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:331: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:331: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:332: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:332: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:333: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:333: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:334: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:334: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:335: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:335: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:336: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:336: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:337: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:337: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:338: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:338: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:339: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:339: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:340: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:340: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:341: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:341: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:342: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:342: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:343: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:343: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:344: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:344: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:351: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/normal.c:353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:366: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/normal.c:367: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/normal.c:368: if should always use braces [readability/braces] [5]
src/nvim/normal.c:370: if should always use braces [readability/braces] [5]
src/nvim/normal.c:375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:383: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/normal.c:383: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:388: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/normal.c:390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:391: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/normal.c:392: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/normal.c:392: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:412: if should always use braces [readability/braces] [5]
src/nvim/normal.c:415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:417: if should always use braces [readability/braces] [5]
src/nvim/normal.c:420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:423: if should always use braces [readability/braces] [5]
src/nvim/normal.c:426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:433: if should always use braces [readability/braces] [5]
src/nvim/normal.c:439: if should always use braces [readability/braces] [5]
src/nvim/normal.c:441: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:551: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:556: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:565: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:644: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:645: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:683: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:684: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:697: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:698: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:707: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:739: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:783: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:784: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:813: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:834: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:835: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:838: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:841: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:843: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:844: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:854: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:855: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:858: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:859: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:945: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:947: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:948: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:949: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:984: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:994: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1012: while should always use braces [readability/braces] [5]
src/nvim/normal.c:1296: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1297: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1298: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1296: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1297: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1298: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1396: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1429: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/normal.c:1457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1461: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1474: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1475: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1481: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1488: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1490: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:1490: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:1500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1504: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1513: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:1524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1553: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:1559: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1570: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1572: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1573: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1612: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1614: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:1614: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:1615: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1617: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1619: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1621: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1623: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:1629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1643: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1646: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1647: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1648: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:1650: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1651: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1652: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1653: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1721: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1736: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/normal.c:1737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1748: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/normal.c:1753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1774: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:1778: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:1785: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1786: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1792: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1841: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1843: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:1855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1855: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1857: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1863: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1865: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:1866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1880: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1881: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1895: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:1901: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1903: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:1904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1905: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:1906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1945: if should always use braces [readability/braces] [5]
src/nvim/normal.c:1951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1977: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1978: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1979: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1980: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1981: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:1986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:1988: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:2009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2032: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2034: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2034: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2038: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2040: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2044: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2046: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2048: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2051: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2055: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2061: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2063: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2081: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2083: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2083: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2084: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2161: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/normal.c:2162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2166: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/normal.c:2169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2206: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2220: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2222: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2222: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2223: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2239: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2241: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2251: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2259: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2278: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2281: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2283: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2318: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2329: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2331: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2331: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2335: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2337: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2337: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2351: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2417: Should leave no spaces after a cast: u'(varnumber_T) tab_page_click_defs' [whitespace/cast] [2]
src/nvim/normal.c:2439: Should leave no spaces after a cast: u'(char_u *) (' [whitespace/cast] [2]
src/nvim/normal.c:2452: Should leave no spaces after a cast: u'(char_u) (' [whitespace/cast] [2]
src/nvim/normal.c:2453: Should leave no spaces after a cast: u'(char_u) (' [whitespace/cast] [2]
src/nvim/normal.c:2454: Should leave no spaces after a cast: u'(char_u) (' [whitespace/cast] [2]
src/nvim/normal.c:2455: Should leave no spaces after a cast: u'(char_u) (' [whitespace/cast] [2]
src/nvim/normal.c:2463: Should leave no spaces after a cast: u'(void) call_func' [whitespace/cast] [2]
src/nvim/normal.c:2464: Should leave no spaces after a cast: u'(int) strlen' [whitespace/cast] [2]
src/nvim/normal.c:2480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2508: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2510: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2527: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2542: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2549: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:2555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2557: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2565: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2567: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2570: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2579: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2581: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2593: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2602: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2604: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2623: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2625: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2627: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2627: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2630: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2633: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2637: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:2637: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2641: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2643: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2645: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2645: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2646: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2649: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2659: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:2662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2670: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2672: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2688: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2696: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:2699: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2712: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:2716: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2725: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:2726: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2730: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2732: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2736: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:2741: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2743: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2743: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2755: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2757: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2759: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:2761: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2776: while should always use braces [readability/braces] [5]
src/nvim/normal.c:2800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2807: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2815: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2818: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2820: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:2824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2825: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2848: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2866: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:2873: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2892: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2896: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2899: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2908: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2922: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2935: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/normal.c:2940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2946: if should always use braces [readability/braces] [5]
src/nvim/normal.c:2954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:2978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3002: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:3005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3024: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:3025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3032: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3036: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:3037: while should always use braces [readability/braces] [5]
src/nvim/normal.c:3040: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:3043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3052: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3063: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3065: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3068: while should always use braces [readability/braces] [5]
src/nvim/normal.c:3074: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/normal.c:3075: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:3077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3079: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3085: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:3086: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:3087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3090: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3092: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3106: while should always use braces [readability/braces] [5]
src/nvim/normal.c:3109: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/normal.c:3111: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:3115: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:3122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3128: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:3131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3135: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/normal.c:3138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3142: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3145: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3147: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3149: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3151: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3153: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3164: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3177: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3237: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3266: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/normal.c:3268: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:3269: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/normal.c:3270: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3270: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:3286: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:3287: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:3288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3291: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:3294: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3295: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/normal.c:3296: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3297: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/normal.c:3299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3306: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3322: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/normal.c:3333: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3342: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3343: for should always use braces [readability/braces] [5]
src/nvim/normal.c:3343: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:3344: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3348: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3358: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3368: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3379: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3383: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3387: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3397: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3403: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3416: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3418: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3418: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:3423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3448: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3450: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3463: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:3465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3531: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3533: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3537: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3539: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3597: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3626: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3628: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3630: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:3635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3639: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/normal.c:3642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3663: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/normal.c:3684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3687: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/normal.c:3692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3706: while should always use braces [readability/braces] [5]
src/nvim/normal.c:3708: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:3712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3716: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:3717: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3725: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3726: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:3732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3741: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:3745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3745: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3749: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3816: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3818: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3818: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:3820: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3826: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3828: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3830: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3837: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3840: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3840: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:3841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3846: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:3847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3849: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3851: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:3853: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3858: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3860: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3862: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3865: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3865: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:3866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3869: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:3882: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3884: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3895: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3898: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3903: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:3906: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3912: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3965: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3978: if should always use braces [readability/braces] [5]
src/nvim/normal.c:3980: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:3983: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:3996: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4000: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4005: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4011: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4035: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4039: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4040: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4043: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4044: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4046: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4048: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4050: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4087: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4089: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4100: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4102: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4127: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/normal.c:4127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4128: Use operator && instead of and [readability/alt_tokens] [2]
src/nvim/normal.c:4133: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4135: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4156: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4158: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4180: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4182: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4184: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4186: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4197: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4199: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4202: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4204: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4226: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4234: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4236: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4238: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4246: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4248: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4249: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4268: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4268: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4277: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4277: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4286: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4293: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4300: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4308: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4366: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4367: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4373: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4374: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4377: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4378: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4395: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4397: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4408: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4413: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4423: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4444: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4445: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4474: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4476: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4476: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4491: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4498: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4502: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4504: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4508: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4511: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4516: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/normal.c:4517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4531: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4544: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4581: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4583: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4648: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4655: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4657: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4670: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4690: Should leave no spaces after a cast: u'(colnr_T) (' [whitespace/cast] [2]
src/nvim/normal.c:4692: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4708: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4709: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4734: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4742: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4744: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4750: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4752: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4752: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4753: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4755: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4773: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4775: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4777: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4778: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4781: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4783: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4789: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4795: for should always use braces [readability/braces] [5]
src/nvim/normal.c:4795: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:4803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4807: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4808: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:4809: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/normal.c:4811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4827: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/normal.c:4829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4833: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4836: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4851: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4864: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4884: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4886: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4886: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4890: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:4892: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4893: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4895: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4905: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:4906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4909: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4910: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4914: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4916: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4919: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4920: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4928: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:4934: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4952: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4966: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4969: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:4973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4984: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:4988: if should always use braces [readability/braces] [5]
src/nvim/normal.c:4989: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4990: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:4992: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:4992: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:4993: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:5002: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5003: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5006: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5012: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5014: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5014: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5015: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5018: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5019: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:5023: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5039: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5047: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:5049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5060: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5061: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:5065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5071: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5085: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5086: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5091: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5175: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5182: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5209: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5212: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5213: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5215: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5243: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5293: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5313: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5315: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5330: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5333: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5356: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/normal.c:5358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5361: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5363: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5374: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5375: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5379: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5381: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5381: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5397: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5407: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5409: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5413: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5415: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5422: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:5424: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5426: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5428: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5453: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5454: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:5455: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5461: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5477: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5482: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5483: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5484: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5486: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5491: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:5494: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5501: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5509: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5510: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5512: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5520: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5521: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5524: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5524: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5525: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5527: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5534: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5577: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5579: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:5582: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5583: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5586: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5594: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5596: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5597: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5602: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5603: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5604: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5610: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5611: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5612: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5618: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5620: for should always use braces [readability/braces] [5]
src/nvim/normal.c:5620: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:5626: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5630: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/normal.c:5634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5651: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5654: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5657: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5664: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5666: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5666: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5674: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5693: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5695: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5695: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5699: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5710: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5725: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5727: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5727: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5729: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5746: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5770: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5777: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5778: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5780: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5791: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5794: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5796: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5805: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5812: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5838: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5858: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5864: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5866: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5872: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:5876: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5877: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5879: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:5880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5881: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:5882: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:5885: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5887: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5891: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5894: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:5895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5912: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5914: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:5917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5919: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:5921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5921: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:5922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5924: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5952: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5954: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5955: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:5962: if should always use braces [readability/braces] [5]
src/nvim/normal.c:5963: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:5979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:5994: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6014: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6018: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6034: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6044: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6048: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:6054: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:6057: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6061: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6071: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:6074: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6075: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:6079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6084: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6086: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6086: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6087: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6093: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6095: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6119: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6138: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6147: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6151: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6153: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6162: Missing space after { [whitespace/braces] [5]
src/nvim/normal.c:6165: Missing space before } [whitespace/braces] [5]
src/nvim/normal.c:6177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6188: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6190: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6197: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6199: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6203: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6205: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6223: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6225: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6230: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6232: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6233: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6235: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6237: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6239: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6241: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6254: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6256: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6262: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6274: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6287: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6289: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6289: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6290: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/normal.c:6294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6303: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6307: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6316: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6326: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6339: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6343: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6347: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6348: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:6350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6351: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6353: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6406: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6423: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6433: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6481: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6484: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6485: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:6486: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:6488: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6488: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6525: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6527: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6564: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6581: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6583: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6596: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6598: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6631: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6633: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6638: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6646: while should always use braces [readability/braces] [5]
src/nvim/normal.c:6646: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/normal.c:6652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6657: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6658: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:6660: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6660: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6664: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6665: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:6667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6668: while should always use braces [readability/braces] [5]
src/nvim/normal.c:6670: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:6687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6694: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6709: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6710: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:6712: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:6718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6747: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6763: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6777: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6819: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6821: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6916: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6930: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6934: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6940: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6942: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:6951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6959: if should always use braces [readability/braces] [5]
src/nvim/normal.c:6960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6962: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:6963: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:6964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6966: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:6969: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:6971: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:6988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:6999: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7024: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7040: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7044: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7058: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7060: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7078: Should leave no spaces after a cast: u'(char) opchar0' [whitespace/cast] [2]
src/nvim/normal.c:7080: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/normal.c:7082: Should leave no spaces after a cast: u'(char) opchar1' [whitespace/cast] [2]
src/nvim/normal.c:7089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7121: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7123: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7123: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:7127: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/normal.c:7127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7127: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/normal.c:7128: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:7131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7142: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:7144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7158: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7160: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7178: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7180: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7206: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7208: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7213: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7216: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7218: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7218: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:7220: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7241: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:7242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7243: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7258: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7260: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/normal.c:7260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7260: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/normal.c:7261: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:7264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7271: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7273: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7274: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:7279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7289: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7291: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7293: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7294: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:7295: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7296: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:7299: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/normal.c:7307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7312: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7314: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7330: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7332: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7338: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7340: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7342: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7346: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7357: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7360: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7367: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7369: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:7373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7388: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7396: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7417: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7429: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7433: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7437: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7440: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/normal.c:7443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7458: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:7462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7469: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7474: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7497: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/normal.c:7499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7509: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7511: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7517: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7520: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7533: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7535: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7580: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7583: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7587: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/normal.c:7595: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7616: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:7617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7619: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7629: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7632: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7649: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7653: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7702: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:7709: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7749: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7751: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7753: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7756: if should always use braces [readability/braces] [5]
src/nvim/normal.c:7760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.c:7811: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/normal.c:7813: An else should always have braces before it [readability/braces] [5]
src/nvim/normal.c:7862: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/normal.c:7915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:50: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:67: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:70: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:76: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:190: if should always use braces [readability/braces] [5]
src/nvim/ops.c:191: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:209: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:222: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:223: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:226: if should always use braces [readability/braces] [5]
src/nvim/ops.c:228: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:231: if should always use braces [readability/braces] [5]
src/nvim/ops.c:232: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/ops.c:233: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:234: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/ops.c:236: if should always use braces [readability/braces] [5]
src/nvim/ops.c:238: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:237: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/ops.c:239: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:241: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:240: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/ops.c:246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:252: if should always use braces [readability/braces] [5]
src/nvim/ops.c:253: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:276: if should always use braces [readability/braces] [5]
src/nvim/ops.c:277: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:280: if should always use braces [readability/braces] [5]
src/nvim/ops.c:282: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:288: if should always use braces [readability/braces] [5]
src/nvim/ops.c:290: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:295: if should always use braces [readability/braces] [5]
src/nvim/ops.c:296: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:297: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:324: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:325: if should always use braces [readability/braces] [5]
src/nvim/ops.c:328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:354: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/ops.c:355: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:361: if should always use braces [readability/braces] [5]
src/nvim/ops.c:362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:363: if should always use braces [readability/braces] [5]
src/nvim/ops.c:364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:365: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:370: Should leave no spaces after a cast: u'(char_u *) xmalloc' [whitespace/cast] [2]
src/nvim/ops.c:375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:403: if should always use braces [readability/braces] [5]
src/nvim/ops.c:406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:430: if should always use braces [readability/braces] [5]
src/nvim/ops.c:435: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/ops.c:437: if should always use braces [readability/braces] [5]
src/nvim/ops.c:443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:457: Should leave no spaces after a cast: u'(char_u *) xmalloc' [whitespace/cast] [2]
src/nvim/ops.c:462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:463: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:474: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:497: if should always use braces [readability/braces] [5]
src/nvim/ops.c:498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:504: if should always use braces [readability/braces] [5]
src/nvim/ops.c:505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:509: if should always use braces [readability/braces] [5]
src/nvim/ops.c:553: if should always use braces [readability/braces] [5]
src/nvim/ops.c:557: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:594: if should always use braces [readability/braces] [5]
src/nvim/ops.c:599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:606: if should always use braces [readability/braces] [5]
src/nvim/ops.c:608: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:613: if should always use braces [readability/braces] [5]
src/nvim/ops.c:618: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:629: if should always use braces [readability/braces] [5]
src/nvim/ops.c:631: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:632: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:633: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:638: if should always use braces [readability/braces] [5]
src/nvim/ops.c:640: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:662: if should always use braces [readability/braces] [5]
src/nvim/ops.c:664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:664: if should always use braces [readability/braces] [5]
src/nvim/ops.c:666: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:691: if should always use braces [readability/braces] [5]
src/nvim/ops.c:694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:700: if should always use braces [readability/braces] [5]
src/nvim/ops.c:703: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:704: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:705: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:715: if should always use braces [readability/braces] [5]
src/nvim/ops.c:773: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:774: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:861: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:864: if should always use braces [readability/braces] [5]
src/nvim/ops.c:866: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:866: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:940: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ops.c:941: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ops.c:943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:944: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:965: if should always use braces [readability/braces] [5]
src/nvim/ops.c:968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:979: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/ops.c:980: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:983: if should always use braces [readability/braces] [5]
src/nvim/ops.c:984: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:985: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:986: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:990: if should always use braces [readability/braces] [5]
src/nvim/ops.c:992: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1000: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1004: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1023: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1025: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1027: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1027: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1031: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1053: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1053: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1074: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1075: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1079: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1081: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:1083: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1085: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:1087: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1087: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1088: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1091: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1092: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1117: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1121: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1124: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1125: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1126: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:1126: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1127: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1130: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1165: while should always use braces [readability/braces] [5]
src/nvim/ops.c:1166: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:1167: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1172: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1174: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:1176: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1197: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1200: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1203: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1207: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1211: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1212: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1215: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1218: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1221: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1224: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1228: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1229: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1231: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1235: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1236: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1238: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1239: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1240: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1244: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1245: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1250: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1251: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1255: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1258: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1275: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1290: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1324: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1338: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1375: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/ops.c:1382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1389: for should always use braces [readability/braces] [5]
src/nvim/ops.c:1392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1409: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/ops.c:1412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1421: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:1422: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1423: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1461: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:1462: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1465: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1469: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1471: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:1472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1473: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1475: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1478: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1488: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1490: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1507: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1508: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1518: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1522: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1523: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1524: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1525: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1526: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1538: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1543: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1547: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1558: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1559: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1584: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:1591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1627: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1630: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1633: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1636: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1637: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1645: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:1646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1647: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1648: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1664: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:1665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1674: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1681: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:1682: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:1687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1737: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1751: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1752: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:1753: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:1760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1762: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1778: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1781: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1789: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1800: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1806: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1830: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1832: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1833: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1841: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1845: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/ops.c:1847: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1854: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1855: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:1856: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:1859: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1861: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1862: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:1865: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1866: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1867: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1872: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:1876: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1887: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1889: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:1894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1906: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:1910: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1911: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1915: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1936: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1937: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1944: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1951: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1952: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1955: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1957: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:1960: if should always use braces [readability/braces] [5]
src/nvim/ops.c:1962: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:1970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1971: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1974: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:1976: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:1978: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:1981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:1995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2008: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2011: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:2012: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2013: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2017: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:2019: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2029: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:2030: while should always use braces [readability/braces] [5]
src/nvim/ops.c:2032: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2036: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2038: for should always use braces [readability/braces] [5]
src/nvim/ops.c:2046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2047: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2067: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2104: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:2108: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2109: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2120: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2160: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2163: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:2166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2169: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2170: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:2171: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:2172: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:2174: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2196: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:2198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2223: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:2227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2247: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:2259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2280: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/nvim/ops.c:2281: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/nvim/ops.c:2282: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/nvim/ops.c:2312: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/ops.c:2371: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2389: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:2400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2418: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ops.c:2421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2422: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:2434: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2436: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2440: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:2440: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:2453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2455: for should always use braces [readability/braces] [5]
src/nvim/ops.c:2455: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:2477: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:2479: while should always use braces [readability/braces] [5]
src/nvim/ops.c:2510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2622: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:2626: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:2629: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2720: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:2721: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2744: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2746: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2749: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2751: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2759: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2835: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:2849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2851: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2853: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:2855: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2856: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2859: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2861: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2863: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:2865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2866: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:2873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2875: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2879: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:2881: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:2888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2896: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2898: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:2912: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2913: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2914: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2915: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2917: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2919: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2936: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2937: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:2937: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:2939: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2953: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2955: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:2958: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:2962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2974: for should always use braces [readability/braces] [5]
src/nvim/ops.c:2976: if should always use braces [readability/braces] [5]
src/nvim/ops.c:2982: Should leave no spaces after a cast: u'(char_u *) xmalloc' [whitespace/cast] [2]
src/nvim/ops.c:2987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:2991: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:2995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3009: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3010: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3032: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3034: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:3053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3056: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/ops.c:3057: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3068: Should leave no spaces after a cast: u'(char_u *) xmalloc' [whitespace/cast] [2]
src/nvim/ops.c:3076: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3084: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3096: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3097: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3111: Should leave no spaces after a cast: u'(char_u *) xmalloc' [whitespace/cast] [2]
src/nvim/ops.c:3114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3115: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3119: Should leave no spaces after a cast: u'(char_u *) xmalloc' [whitespace/cast] [2]
src/nvim/ops.c:3120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3124: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3137: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3142: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3144: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3146: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3148: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3151: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3152: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:3156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3157: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3167: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3191: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3193: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3216: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3217: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3219: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:3225: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3228: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3230: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3233: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3275: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3277: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3279: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3281: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3283: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3285: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3285: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:3290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3301: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3316: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3318: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3320: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:3325: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3327: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ops.c:3327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3342: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:3356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3362: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3371: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3380: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3392: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3402: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3411: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3419: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ops.c:3420: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ops.c:3422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3435: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:3441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3453: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:3459: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3461: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3465: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3468: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3470: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3471: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3474: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3474: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3477: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3479: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3492: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3499: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3532: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3561: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/ops.c:3563: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3562: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3566: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:3568: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3567: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3580: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3582: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3583: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3586: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3604: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3619: Should leave no spaces after a cast: u'(char_u *) xmalloc' [whitespace/cast] [2]
src/nvim/ops.c:3623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3638: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3639: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3642: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3644: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3648: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3659: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3681: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3685: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3695: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/ops.c:3702: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3713: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:3714: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3716: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3717: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3719: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3720: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3721: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3722: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3723: for should always use braces [readability/braces] [5]
src/nvim/ops.c:3723: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:3724: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3725: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3726: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3736: for should always use braces [readability/braces] [5]
src/nvim/ops.c:3736: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:3737: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/ops.c:3739: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:3741: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3743: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:3744: while should always use braces [readability/braces] [5]
src/nvim/ops.c:3745: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3755: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ops.c:3756: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ops.c:3758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3767: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3768: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3772: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3781: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3791: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3792: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3825: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3829: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3832: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3835: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ops.c:3836: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ops.c:3839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3843: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3857: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3858: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3860: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3861: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:3868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3874: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/ops.c:3875: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/ops.c:3877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3884: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3885: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3890: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3891: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3892: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3893: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ops.c:3893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3894: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3898: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3901: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3902: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:3905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3906: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3917: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3919: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3920: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3920: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ops.c:3921: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:3922: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3924: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3925: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3925: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ops.c:3927: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3931: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:3932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3947: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3952: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3953: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:3953: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ops.c:3954: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3958: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:3960: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3967: if should always use braces [readability/braces] [5]
src/nvim/ops.c:3970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:3993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4004: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4006: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:4007: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:4006: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:4007: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:4009: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4016: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4024: while should always use braces [readability/braces] [5]
src/nvim/ops.c:4027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4030: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4032: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:4033: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:4035: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:4039: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4044: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4046: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4048: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4056: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4059: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4064: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:4065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4070: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4072: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:4076: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4080: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4082: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4083: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4084: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:4085: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4100: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4101: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4114: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:4116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4120: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4121: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4122: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:4126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4130: while should always use braces [readability/braces] [5]
src/nvim/ops.c:4131: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:4136: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4152: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4153: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4156: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4157: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4160: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4161: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:4162: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:4162: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ops.c:4163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4163: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4165: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4166: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:4167: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:4167: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/ops.c:4168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4168: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4170: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4171: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4173: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4174: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4176: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4177: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:4178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4178: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4180: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4196: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:4210: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4211: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4237: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4238: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4244: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4249: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4250: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4252: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:4258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4278: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:4279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4283: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4286: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:4287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4292: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4298: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4302: Should leave no spaces after a cast: u'(colnr_T) (' [whitespace/cast] [2]
src/nvim/ops.c:4747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4852: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4856: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4861: Use false instead of FALSE. [readability/bool] [4]
src/nvim/ops.c:4862: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4871: if should always use braces [readability/braces] [5]
src/nvim/ops.c:4883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:4921: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:4938: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:5017: Should leave no spaces after a cast: u'(ssize_t) STRLEN' [whitespace/cast] [2]
src/nvim/ops.c:5020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5022: Use true instead of TRUE. [readability/bool] [4]
src/nvim/ops.c:5049: Should leave no spaces after a cast: u'(size_t) len' [whitespace/cast] [2]
src/nvim/ops.c:5113: Should leave no spaces after a cast: u'(char_u **) str' [whitespace/cast] [2]
src/nvim/ops.c:5113: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:5120: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:5124: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:5141: Should leave no spaces after a cast: u'(char_u **) str' [whitespace/cast] [2]
src/nvim/ops.c:5141: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:5182: Should leave no spaces after a cast: u'(colnr_T) maxlen' [whitespace/cast] [2]
src/nvim/ops.c:5194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5208: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:5221: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/ops.c:5223: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:5227: if should always use braces [readability/braces] [5]
src/nvim/ops.c:5231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5273: if should always use braces [readability/braces] [5]
src/nvim/ops.c:5275: An else should always have braces before it [readability/braces] [5]
src/nvim/ops.c:5286: if should always use braces [readability/braces] [5]
src/nvim/ops.c:5287: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/ops.c:5292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5298: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5300: if should always use braces [readability/braces] [5]
src/nvim/ops.c:5302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5312: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/ops.c:5313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5316: if should always use braces [readability/braces] [5]
src/nvim/ops.c:5321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5353: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5354: if should always use braces [readability/braces] [5]
src/nvim/ops.c:5361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5367: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5368: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.c:5373: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ops.c:5479: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:5488: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ops.c:5500: Missing space before ( in if( [whitespace/parens] [5]
src/nvim/ops.c:5509: Missing space before ( in if( [whitespace/parens] [5]
src/nvim/ops.c:5533: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/ops.c:5571: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/ops.c:5611: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/ops.c:5679: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/ops.c:5686: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/ops.c:5749: Should leave no spaces after a cast: u'(const yankreg_T *const) iter' [whitespace/cast] [2]
src/nvim/ops.c:5761: Should leave no spaces after a cast: u'(void *) iter_reg' [whitespace/cast] [2]
src/nvim/option.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:29: "stdint.h" already included at src/nvim/option.c:27 [build/include] [4]
src/nvim/option.c:76: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:93: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:96: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:183: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/option.c:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:186: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/option.c:186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:202: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/option.c:202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:206: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/option.c:206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:209: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/option.c:209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:210: Use xfree(...) instead of free(...). [runtime/memory_fn] [2]
src/nvim/option.c:211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:524: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/option.c:539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:551: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:560: Should leave no spaces after a cast: u'(char *) shell' [whitespace/cast] [2]
src/nvim/option.c:564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:570: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:570: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:572: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:572: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:578: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:586: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:593: if should always use braces [readability/braces] [5]
src/nvim/option.c:600: Missing space before ( in if( [whitespace/parens] [5]
src/nvim/option.c:609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:643: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:644: if should always use braces [readability/braces] [5]
src/nvim/option.c:646: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:646: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:647: if should always use braces [readability/braces] [5]
src/nvim/option.c:657: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:658: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:673: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:674: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:679: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:747: Should leave no spaces after a cast: u'(char *) option_expand' [whitespace/cast] [2]
src/nvim/option.c:752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:757: if should always use braces [readability/braces] [5]
src/nvim/option.c:759: Should leave no spaces after a cast: u'(char_u *) p' [whitespace/cast] [2]
src/nvim/option.c:764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:772: if should always use braces [readability/braces] [5]
src/nvim/option.c:793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:801: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:802: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:819: if should always use braces [readability/braces] [5]
src/nvim/option.c:821: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:822: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:822: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:823: if should always use braces [readability/braces] [5]
src/nvim/option.c:829: if should always use braces [readability/braces] [5]
src/nvim/option.c:831: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:831: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:834: if should always use braces [readability/braces] [5]
src/nvim/option.c:838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:842: if should always use braces [readability/braces] [5]
src/nvim/option.c:843: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:846: if should always use braces [readability/braces] [5]
src/nvim/option.c:851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:862: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:863: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:896: Should leave no spaces after a cast: u'(char_u *) (' [whitespace/cast] [2]
src/nvim/option.c:898: Should leave no spaces after a cast: u'(char_u *) val' [whitespace/cast] [2]
src/nvim/option.c:899: Should leave no spaces after a cast: u'(char_u *) xstrdup' [whitespace/cast] [2]
src/nvim/option.c:904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:913: if should always use braces [readability/braces] [5]
src/nvim/option.c:918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:928: if should always use braces [readability/braces] [5]
src/nvim/option.c:930: if should always use braces [readability/braces] [5]
src/nvim/option.c:932: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:950: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:956: if should always use braces [readability/braces] [5]
src/nvim/option.c:960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:964: if should always use braces [readability/braces] [5]
src/nvim/option.c:967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:985: if should always use braces [readability/braces] [5]
src/nvim/option.c:986: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:987: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:990: if should always use braces [readability/braces] [5]
src/nvim/option.c:991: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:992: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1005: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1006: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1016: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1017: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1018: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1019: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1020: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1021: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1022: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1023: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1056: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1056: if should always use braces [readability/braces] [5]
src/nvim/option.c:1060: if should always use braces [readability/braces] [5]
src/nvim/option.c:1063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1074: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1085: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1117: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:1118: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:1119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1136: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1144: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1168: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1171: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1172: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1189: if should always use braces [readability/braces] [5]
src/nvim/option.c:1191: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1191: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:1193: while should always use braces [readability/braces] [5]
src/nvim/option.c:1194: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1201: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/option.c:1217: Should leave no spaces after a cast: u'(size_t) len' [whitespace/cast] [2]
src/nvim/option.c:1223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1227: while should always use braces [readability/braces] [5]
src/nvim/option.c:1228: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1230: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1231: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1232: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1235: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1236: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1238: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1239: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1241: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1242: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1256: if should always use braces [readability/braces] [5]
src/nvim/option.c:1269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1271: if should always use braces [readability/braces] [5]
src/nvim/option.c:1275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1276: if should always use braces [readability/braces] [5]
src/nvim/option.c:1280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1289: if should always use braces [readability/braces] [5]
src/nvim/option.c:1290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1307: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1310: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1332: if should always use braces [readability/braces] [5]
src/nvim/option.c:1333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1334: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1334: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:1335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1335: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1336: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1342: if should always use braces [readability/braces] [5]
src/nvim/option.c:1344: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1346: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:1347: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1349: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:1355: if should always use braces [readability/braces] [5]
src/nvim/option.c:1359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1370: if should always use braces [readability/braces] [5]
src/nvim/option.c:1372: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1374: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:1375: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:1376: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1378: if should always use braces [readability/braces] [5]
src/nvim/option.c:1381: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1383: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1393: if should always use braces [readability/braces] [5]
src/nvim/option.c:1395: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1400: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1418: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1419: if should always use braces [readability/braces] [5]
src/nvim/option.c:1421: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:1422: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:1423: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1426: if should always use braces [readability/braces] [5]
src/nvim/option.c:1429: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1456: if should always use braces [readability/braces] [5]
src/nvim/option.c:1458: if should always use braces [readability/braces] [5]
src/nvim/option.c:1460: if should always use braces [readability/braces] [5]
src/nvim/option.c:1463: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1474: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/option.c:1474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1480: if should always use braces [readability/braces] [5]
src/nvim/option.c:1484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1489: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:1490: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:1491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1509: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:1510: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1512: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1529: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:1548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1553: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:1557: if should always use braces [readability/braces] [5]
src/nvim/option.c:1559: if should always use braces [readability/braces] [5]
src/nvim/option.c:1561: if should always use braces [readability/braces] [5]
src/nvim/option.c:1563: if should always use braces [readability/braces] [5]
src/nvim/option.c:1565: if should always use braces [readability/braces] [5]
src/nvim/option.c:1567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1567: if should always use braces [readability/braces] [5]
src/nvim/option.c:1572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1576: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:1577: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1579: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1584: if should always use braces [readability/braces] [5]
src/nvim/option.c:1588: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1598: if should always use braces [readability/braces] [5]
src/nvim/option.c:1603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1612: if should always use braces [readability/braces] [5]
src/nvim/option.c:1621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1621: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1628: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:1633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1644: if should always use braces [readability/braces] [5]
src/nvim/option.c:1651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1657: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:1680: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1681: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1701: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1707: if should always use braces [readability/braces] [5]
src/nvim/option.c:1711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1720: if should always use braces [readability/braces] [5]
src/nvim/option.c:1721: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1723: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1724: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1725: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1754: if should always use braces [readability/braces] [5]
src/nvim/option.c:1756: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1765: Should leave no spaces after a cast: u'(char *) origval' [whitespace/cast] [2]
src/nvim/option.c:1768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1771: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1783: Should leave no spaces after a cast: u'(char **) varp' [whitespace/cast] [2]
src/nvim/option.c:1798: if should always use braces [readability/braces] [5]
src/nvim/option.c:1800: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1810: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:1811: while should always use braces [readability/braces] [5]
src/nvim/option.c:1812: if should always use braces [readability/braces] [5]
src/nvim/option.c:1813: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1815: if should always use braces [readability/braces] [5]
src/nvim/option.c:1824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1833: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1835: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:1845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1846: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1847: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1850: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1851: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1855: Small and focused functions are preferred: () has 555 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/option.c:1857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1861: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:1862: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:1864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1874: if should always use braces [readability/braces] [5]
src/nvim/option.c:1878: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1884: if should always use braces [readability/braces] [5]
src/nvim/option.c:1887: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:1886: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/option.c:1891: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1897: if should always use braces [readability/braces] [5]
src/nvim/option.c:1899: if should always use braces [readability/braces] [5]
src/nvim/option.c:1904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1912: if should always use braces [readability/braces] [5]
src/nvim/option.c:1914: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:1914: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:1916: if should always use braces [readability/braces] [5]
src/nvim/option.c:1923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1929: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:1930: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:1931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1951: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:1952: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:1955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1987: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1988: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:1989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:1989: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:1991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2019: if should always use braces [readability/braces] [5]
src/nvim/option.c:2024: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2033: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:2034: if should always use braces [readability/braces] [5]
src/nvim/option.c:2036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2036: if should always use braces [readability/braces] [5]
src/nvim/option.c:2038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2039: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2039: if should always use braces [readability/braces] [5]
src/nvim/option.c:2045: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2054: if should always use braces [readability/braces] [5]
src/nvim/option.c:2067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2074: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2075: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2076: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2074: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2077: if should always use braces [readability/braces] [5]
src/nvim/option.c:2083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2138: for should always use braces [readability/braces] [5]
src/nvim/option.c:2139: if should always use braces [readability/braces] [5]
src/nvim/option.c:2143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2204: if should always use braces [readability/braces] [5]
src/nvim/option.c:2210: if should always use braces [readability/braces] [5]
src/nvim/option.c:2217: if should always use braces [readability/braces] [5]
src/nvim/option.c:2221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2244: if should always use braces [readability/braces] [5]
src/nvim/option.c:2254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2262: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/option.c:2263: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2264: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2276: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:2277: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:2281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2299: if should always use braces [readability/braces] [5]
src/nvim/option.c:2302: Should leave no spaces after a cast: u'(void *) options' [whitespace/cast] [2]
src/nvim/option.c:2307: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2308: if should always use braces [readability/braces] [5]
src/nvim/option.c:2312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2313: if should always use braces [readability/braces] [5]
src/nvim/option.c:2318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2324: if should always use braces [readability/braces] [5]
src/nvim/option.c:2326: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2333: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:2334: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:2335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2342: if should always use braces [readability/braces] [5]
src/nvim/option.c:2344: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2422: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:2423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2433: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2449: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2454: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2481: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2482: if should always use braces [readability/braces] [5]
src/nvim/option.c:2483: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2487: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2488: if should always use braces [readability/braces] [5]
src/nvim/option.c:2498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2498: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2503: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2507: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2511: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2515: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2519: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2526: if should always use braces [readability/braces] [5]
src/nvim/option.c:2530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2531: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2532: if should always use braces [readability/braces] [5]
src/nvim/option.c:2533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2536: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2537: if should always use braces [readability/braces] [5]
src/nvim/option.c:2537: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2540: if should always use braces [readability/braces] [5]
src/nvim/option.c:2543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2548: if should always use braces [readability/braces] [5]
src/nvim/option.c:2551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2552: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2553: if should always use braces [readability/braces] [5]
src/nvim/option.c:2553: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2566: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2567: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2570: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2577: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2581: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2583: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:2586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2587: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2588: if should always use braces [readability/braces] [5]
src/nvim/option.c:2591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2592: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2593: if should always use braces [readability/braces] [5]
src/nvim/option.c:2593: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2597: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2598: if should always use braces [readability/braces] [5]
src/nvim/option.c:2599: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2603: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2604: if should always use braces [readability/braces] [5]
src/nvim/option.c:2606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2652: if should always use braces [readability/braces] [5]
src/nvim/option.c:2655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2656: if should always use braces [readability/braces] [5]
src/nvim/option.c:2658: if should always use braces [readability/braces] [5]
src/nvim/option.c:2668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2669: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2670: if should always use braces [readability/braces] [5]
src/nvim/option.c:2672: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2672: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2674: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2674: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:2676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2680: if should always use braces [readability/braces] [5]
src/nvim/option.c:2684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2685: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2686: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2692: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2694: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:2698: if should always use braces [readability/braces] [5]
src/nvim/option.c:2700: if should always use braces [readability/braces] [5]
src/nvim/option.c:2710: if should always use braces [readability/braces] [5]
src/nvim/option.c:2714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2720: if should always use braces [readability/braces] [5]
src/nvim/option.c:2725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2726: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2734: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:2736: if should always use braces [readability/braces] [5]
src/nvim/option.c:2738: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2740: if should always use braces [readability/braces] [5]
src/nvim/option.c:2743: if should always use braces [readability/braces] [5]
src/nvim/option.c:2744: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:2745: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:2750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2751: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2755: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2759: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2763: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2765: if should always use braces [readability/braces] [5]
src/nvim/option.c:2767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2789: while should always use braces [readability/braces] [5]
src/nvim/option.c:2790: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/option.c:2792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2793: while should always use braces [readability/braces] [5]
src/nvim/option.c:2794: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/option.c:2795: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:2796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2796: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:2797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2797: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2797: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:2798: while should always use braces [readability/braces] [5]
src/nvim/option.c:2799: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/option.c:2804: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2805: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2803: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/option.c:2807: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:2812: if should always use braces [readability/braces] [5]
src/nvim/option.c:2813: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:2814: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2815: if should always use braces [readability/braces] [5]
src/nvim/option.c:2817: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2822: if should always use braces [readability/braces] [5]
src/nvim/option.c:2825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2826: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2828: if should always use braces [readability/braces] [5]
src/nvim/option.c:2834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2835: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2838: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2840: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2844: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2848: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2852: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2856: if should always use braces [readability/braces] [5]
src/nvim/option.c:2858: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2861: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/option.c:2864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2865: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2866: if should always use braces [readability/braces] [5]
src/nvim/option.c:2867: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2871: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2872: if should always use braces [readability/braces] [5]
src/nvim/option.c:2872: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2876: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2877: if should always use braces [readability/braces] [5]
src/nvim/option.c:2877: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2879: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2879: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:2884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2885: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2886: if should always use braces [readability/braces] [5]
src/nvim/option.c:2886: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2889: if should always use braces [readability/braces] [5]
src/nvim/option.c:2892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2893: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2894: if should always use braces [readability/braces] [5]
src/nvim/option.c:2894: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2897: if should always use braces [readability/braces] [5]
src/nvim/option.c:2899: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2901: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/option.c:2903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2904: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2905: if should always use braces [readability/braces] [5]
src/nvim/option.c:2905: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2918: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2922: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2923: if should always use braces [readability/braces] [5]
src/nvim/option.c:2926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2927: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2928: if should always use braces [readability/braces] [5]
src/nvim/option.c:2931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2932: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2933: if should always use braces [readability/braces] [5]
src/nvim/option.c:2933: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2936: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2937: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2940: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:2944: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:2951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2952: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2955: if should always use braces [readability/braces] [5]
src/nvim/option.c:2959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2960: if should always use braces [readability/braces] [5]
src/nvim/option.c:2963: if should always use braces [readability/braces] [5]
src/nvim/option.c:2965: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:2968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2969: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2971: if should always use braces [readability/braces] [5]
src/nvim/option.c:2974: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2975: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:2977: while should always use braces [readability/braces] [5]
src/nvim/option.c:2979: if should always use braces [readability/braces] [5]
src/nvim/option.c:2987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:2989: if should always use braces [readability/braces] [5]
src/nvim/option.c:2990: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:2991: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:2996: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2997: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:2995: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/option.c:2999: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:3006: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3007: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3020: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3025: if should always use braces [readability/braces] [5]
src/nvim/option.c:3028: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3033: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3035: if should always use braces [readability/braces] [5]
src/nvim/option.c:3037: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:3037: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3062: if should always use braces [readability/braces] [5]
src/nvim/option.c:3065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3066: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3067: if should always use braces [readability/braces] [5]
src/nvim/option.c:3070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3071: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3072: if should always use braces [readability/braces] [5]
src/nvim/option.c:3072: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3075: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3075: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:3077: if should always use braces [readability/braces] [5]
src/nvim/option.c:3081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3082: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3083: if should always use braces [readability/braces] [5]
src/nvim/option.c:3086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3087: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3089: if should always use braces [readability/braces] [5]
src/nvim/option.c:3091: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3093: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3097: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3098: if should always use braces [readability/braces] [5]
src/nvim/option.c:3098: Missing space before asterisk in )* [whitespace/operators] [2]
src/nvim/option.c:3100: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:3102: if should always use braces [readability/braces] [5]
src/nvim/option.c:3105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3106: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3107: if should always use braces [readability/braces] [5]
src/nvim/option.c:3107: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3111: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3112: if should always use braces [readability/braces] [5]
src/nvim/option.c:3115: if should always use braces [readability/braces] [5]
src/nvim/option.c:3117: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3133: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:3135: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3141: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3160: if should always use braces [readability/braces] [5]
src/nvim/option.c:3162: if should always use braces [readability/braces] [5]
src/nvim/option.c:3164: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3166: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3168: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3170: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3174: for should always use braces [readability/braces] [5]
src/nvim/option.c:3174: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:3182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3186: if should always use braces [readability/braces] [5]
src/nvim/option.c:3189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3192: if should always use braces [readability/braces] [5]
src/nvim/option.c:3194: if should always use braces [readability/braces] [5]
src/nvim/option.c:3197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3204: if should always use braces [readability/braces] [5]
src/nvim/option.c:3206: if should always use braces [readability/braces] [5]
src/nvim/option.c:3208: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3220: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3229: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:3229: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3232: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3234: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:3234: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3241: if should always use braces [readability/braces] [5]
src/nvim/option.c:3244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3250: for should always use braces [readability/braces] [5]
src/nvim/option.c:3250: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:3251: if should always use braces [readability/braces] [5]
src/nvim/option.c:3267: if should always use braces [readability/braces] [5]
src/nvim/option.c:3269: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3274: Small and focused functions are preferred: () has 685 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/option.c:3276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3296: if should always use braces [readability/braces] [5]
src/nvim/option.c:3297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3303: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:3304: if should always use braces [readability/braces] [5]
src/nvim/option.c:3307: if should always use braces [readability/braces] [5]
src/nvim/option.c:3308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3316: if should always use braces [readability/braces] [5]
src/nvim/option.c:3318: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:3320: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3324: if should always use braces [readability/braces] [5]
src/nvim/option.c:3326: if should always use braces [readability/braces] [5]
src/nvim/option.c:3328: if should always use braces [readability/braces] [5]
src/nvim/option.c:3329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3333: if should always use braces [readability/braces] [5]
src/nvim/option.c:3335: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3335: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:3337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3341: for should always use braces [readability/braces] [5]
src/nvim/option.c:3341: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:3342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3343: if should always use braces [readability/braces] [5]
src/nvim/option.c:3345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3365: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/option.c:3366: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3366: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3367: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3367: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3368: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3368: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3369: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3369: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3370: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3370: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3373: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/option.c:3374: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3374: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3375: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3375: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3376: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3376: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3377: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3377: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3378: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3378: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3379: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3379: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3380: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3380: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3381: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:3381: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:3393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3394: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:3396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3398: for should always use braces [readability/braces] [5]
src/nvim/option.c:3398: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:3399: if should always use braces [readability/braces] [5]
src/nvim/option.c:3401: if should always use braces [readability/braces] [5]
src/nvim/option.c:3403: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3408: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:3415: if should always use braces [readability/braces] [5]
src/nvim/option.c:3418: if should always use braces [readability/braces] [5]
src/nvim/option.c:3421: if should always use braces [readability/braces] [5]
src/nvim/option.c:3429: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:3431: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/option.c:3439: if should always use braces [readability/braces] [5]
src/nvim/option.c:3441: if should always use braces [readability/braces] [5]
src/nvim/option.c:3442: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:3446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3461: while should always use braces [readability/braces] [5]
src/nvim/option.c:3463: if should always use braces [readability/braces] [5]
src/nvim/option.c:3475: if should always use braces [readability/braces] [5]
src/nvim/option.c:3479: if should always use braces [readability/braces] [5]
src/nvim/option.c:3481: while should always use braces [readability/braces] [5]
src/nvim/option.c:3483: if should always use braces [readability/braces] [5]
src/nvim/option.c:3487: while should always use braces [readability/braces] [5]
src/nvim/option.c:3499: while should always use braces [readability/braces] [5]
src/nvim/option.c:3501: if should always use braces [readability/braces] [5]
src/nvim/option.c:3505: if should always use braces [readability/braces] [5]
src/nvim/option.c:3507: if should always use braces [readability/braces] [5]
src/nvim/option.c:3536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3545: if should always use braces [readability/braces] [5]
src/nvim/option.c:3547: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3547: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:3548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3573: if should always use braces [readability/braces] [5]
src/nvim/option.c:3576: if should always use braces [readability/braces] [5]
src/nvim/option.c:3578: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3583: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3588: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:3589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3609: if should always use braces [readability/braces] [5]
src/nvim/option.c:3613: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3614: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3618: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3618: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3619: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3623: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3647: if should always use braces [readability/braces] [5]
src/nvim/option.c:3648: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3651: if should always use braces [readability/braces] [5]
src/nvim/option.c:3656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3657: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3661: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3668: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3672: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3677: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3679: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:3679: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3682: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3683: if should always use braces [readability/braces] [5]
src/nvim/option.c:3684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3685: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3691: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3703: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3707: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3711: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3727: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3731: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3732: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3736: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3738: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3743: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3747: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3770: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3789: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:3790: if should always use braces [readability/braces] [5]
src/nvim/option.c:3800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3801: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3804: if should always use braces [readability/braces] [5]
src/nvim/option.c:3809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3810: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:3813: if should always use braces [readability/braces] [5]
src/nvim/option.c:3829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3839: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3849: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3859: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3871: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3877: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3894: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3898: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:3904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3910: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:3914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3950: Should leave no spaces after a cast: u'(char_u *) options' [whitespace/cast] [2]
src/nvim/option.c:3955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3956: if should always use braces [readability/braces] [5]
src/nvim/option.c:3958: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:3964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3969: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:3976: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:3970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3974: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3975: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/option.c:3975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:3992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4019: if should always use braces [readability/braces] [5]
src/nvim/option.c:4021: if should always use braces [readability/braces] [5]
src/nvim/option.c:4025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4026: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4047: if should always use braces [readability/braces] [5]
src/nvim/option.c:4050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4051: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4066: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4070: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4071: if should always use braces [readability/braces] [5]
src/nvim/option.c:4075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4076: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4080: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4081: if should always use braces [readability/braces] [5]
src/nvim/option.c:4084: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4085: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4105: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4106: if should always use braces [readability/braces] [5]
src/nvim/option.c:4108: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4121: if should always use braces [readability/braces] [5]
src/nvim/option.c:4123: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4133: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4138: if should always use braces [readability/braces] [5]
src/nvim/option.c:4139: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:4141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4142: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4147: if should always use braces [readability/braces] [5]
src/nvim/option.c:4150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4152: if should always use braces [readability/braces] [5]
src/nvim/option.c:4156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4157: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4162: if should always use braces [readability/braces] [5]
src/nvim/option.c:4173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4174: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4177: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:4180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4182: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:4185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4186: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4205: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/option.c:4208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4214: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:4222: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:4230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4249: if should always use braces [readability/braces] [5]
src/nvim/option.c:4266: if should always use braces [readability/braces] [5]
src/nvim/option.c:4270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4272: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:4274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4274: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4293: if should always use braces [readability/braces] [5]
src/nvim/option.c:4295: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4295: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:4321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4322: if should always use braces [readability/braces] [5]
src/nvim/option.c:4339: Should leave no spaces after a cast: u'(char_u *) options' [whitespace/cast] [2]
src/nvim/option.c:4344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4345: if should always use braces [readability/braces] [5]
src/nvim/option.c:4347: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:4353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4401: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/option.c:4403: if should always use braces [readability/braces] [5]
src/nvim/option.c:4405: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4443: if should always use braces [readability/braces] [5]
src/nvim/option.c:4497: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:4507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4526: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:4527: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:4530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4542: if should always use braces [readability/braces] [5]
src/nvim/option.c:4548: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4548: if should always use braces [readability/braces] [5]
src/nvim/option.c:4556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4556: if should always use braces [readability/braces] [5]
src/nvim/option.c:4558: if should always use braces [readability/braces] [5]
src/nvim/option.c:4560: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4560: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:4561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4583: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:4622: if should always use braces [readability/braces] [5]
src/nvim/option.c:4624: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4625: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/option.c:4630: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/option.c:4635: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/option.c:4641: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/option.c:4659: Should leave no spaces after a cast: u'(buf_T *) from' [whitespace/cast] [2]
src/nvim/option.c:4662: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/option.c:4663: Should leave no spaces after a cast: u'(buf_T *) from' [whitespace/cast] [2]
src/nvim/option.c:4668: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/option.c:4668: Missing space before asterisk in win_T * [whitespace/operators] [2]
src/nvim/option.c:4670: Should leave no spaces after a cast: u'(win_T *) from' [whitespace/cast] [2]
src/nvim/option.c:4686: Should leave no spaces after a cast: u'(long *) varp' [whitespace/cast] [2]
src/nvim/option.c:4695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4702: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:4706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4717: if should always use braces [readability/braces] [5]
src/nvim/option.c:4719: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4719: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:4734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4750: if should always use braces [readability/braces] [5]
src/nvim/option.c:4752: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:4753: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4755: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:4767: if should always use braces [readability/braces] [5]
src/nvim/option.c:4772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4804: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:4805: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:4807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4826: if should always use braces [readability/braces] [5]
src/nvim/option.c:4828: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4830: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4832: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4840: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:4841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4848: if should always use braces [readability/braces] [5]
src/nvim/option.c:4850: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:4854: if should always use braces [readability/braces] [5]
src/nvim/option.c:4855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4856: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:4856: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:4867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4876: if should always use braces [readability/braces] [5]
src/nvim/option.c:4879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4879: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:4881: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:4882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4883: if should always use braces [readability/braces] [5]
src/nvim/option.c:4887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4905: if should always use braces [readability/braces] [5]
src/nvim/option.c:4906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4906: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:4908: if should always use braces [readability/braces] [5]
src/nvim/option.c:4910: if should always use braces [readability/braces] [5]
src/nvim/option.c:4912: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4920: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:4921: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:4923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4929: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:4930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4930: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:4946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4952: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:4955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:4996: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:4997: for should always use braces [readability/braces] [5]
src/nvim/option.c:5000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5001: if should always use braces [readability/braces] [5]
src/nvim/option.c:5004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5006: if should always use braces [readability/braces] [5]
src/nvim/option.c:5010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5011: if should always use braces [readability/braces] [5]
src/nvim/option.c:5013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5014: if should always use braces [readability/braces] [5]
src/nvim/option.c:5020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5021: if should always use braces [readability/braces] [5]
src/nvim/option.c:5023: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5039: if should always use braces [readability/braces] [5]
src/nvim/option.c:5041: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:5045: if should always use braces [readability/braces] [5]
src/nvim/option.c:5048: if should always use braces [readability/braces] [5]
src/nvim/option.c:5050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5051: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5063: if should always use braces [readability/braces] [5]
src/nvim/option.c:5064: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:5067: if should always use braces [readability/braces] [5]
src/nvim/option.c:5077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5083: if should always use braces [readability/braces] [5]
src/nvim/option.c:5083: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5084: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5086: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5088: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5100: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/option.c:5105: if should always use braces [readability/braces] [5]
src/nvim/option.c:5108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5113: while should always use braces [readability/braces] [5]
src/nvim/option.c:5114: if should always use braces [readability/braces] [5]
src/nvim/option.c:5114: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5118: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5124: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:5127: if should always use braces [readability/braces] [5]
src/nvim/option.c:5136: if should always use braces [readability/braces] [5]
src/nvim/option.c:5139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5140: if should always use braces [readability/braces] [5]
src/nvim/option.c:5142: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:5142: Missing space before asterisk in int64_t)* [whitespace/operators] [2]
src/nvim/option.c:5144: if should always use braces [readability/braces] [5]
src/nvim/option.c:5151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5151: if should always use braces [readability/braces] [5]
src/nvim/option.c:5153: if should always use braces [readability/braces] [5]
src/nvim/option.c:5159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5177: if should always use braces [readability/braces] [5]
src/nvim/option.c:5182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5182: if should always use braces [readability/braces] [5]
src/nvim/option.c:5183: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:5193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5193: if should always use braces [readability/braces] [5]
src/nvim/option.c:5195: if should always use braces [readability/braces] [5]
src/nvim/option.c:5213: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/option.c:5271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5277: if should always use braces [readability/braces] [5]
src/nvim/option.c:5301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5312: if should always use braces [readability/braces] [5]
src/nvim/option.c:5318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5457: if should always use braces [readability/braces] [5]
src/nvim/option.c:5462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5585: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:5586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5588: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5607: if should always use braces [readability/braces] [5]
src/nvim/option.c:5611: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5628: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:5629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5629: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5634: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:5635: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5726: if should always use braces [readability/braces] [5]
src/nvim/option.c:5728: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:5728: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:5733: if should always use braces [readability/braces] [5]
src/nvim/option.c:5739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5743: if should always use braces [readability/braces] [5]
src/nvim/option.c:5747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5748: if should always use braces [readability/braces] [5]
src/nvim/option.c:5749: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5759: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5760: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5762: if should always use braces [readability/braces] [5]
src/nvim/option.c:5763: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5783: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:5783: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:5786: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:5787: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:5790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5798: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5817: while should always use braces [readability/braces] [5]
src/nvim/option.c:5818: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:5820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5822: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:5825: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:5837: while should always use braces [readability/braces] [5]
src/nvim/option.c:5838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5838: if should always use braces [readability/braces] [5]
src/nvim/option.c:5841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5846: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:5852: if should always use braces [readability/braces] [5]
src/nvim/option.c:5853: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:5854: if should always use braces [readability/braces] [5]
src/nvim/option.c:5855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5857: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:5861: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5862: while should always use braces [readability/braces] [5]
src/nvim/option.c:5864: if should always use braces [readability/braces] [5]
src/nvim/option.c:5881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5883: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:5893: if should always use braces [readability/braces] [5]
src/nvim/option.c:5895: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:5901: if should always use braces [readability/braces] [5]
src/nvim/option.c:5917: if should always use braces [readability/braces] [5]
src/nvim/option.c:5921: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:5925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5926: if should always use braces [readability/braces] [5]
src/nvim/option.c:5928: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:5933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5935: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:5936: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5939: while should always use braces [readability/braces] [5]
src/nvim/option.c:5940: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:5948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5959: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/option.c:5966: Missing space after { [whitespace/braces] [5]
src/nvim/option.c:5966: Missing space before } [whitespace/braces] [5]
src/nvim/option.c:5967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:5973: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:5976: for should always use braces [readability/braces] [5]
src/nvim/option.c:5977: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:5979: if should always use braces [readability/braces] [5]
src/nvim/option.c:5981: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:5985: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/option.c:5987: if should always use braces [readability/braces] [5]
src/nvim/option.c:5989: if should always use braces [readability/braces] [5]
src/nvim/option.c:5992: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:5996: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:5996: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:5996: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:5996: Missing space before { [whitespace/braces] [5]
src/nvim/option.c:5997: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:6003: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:6027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6038: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:6041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6048: for should always use braces [readability/braces] [5]
src/nvim/option.c:6049: if should always use braces [readability/braces] [5]
src/nvim/option.c:6061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6065: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/option.c:6066: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/option.c:6068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6086: Missing space before asterisk in int64_t)* [whitespace/operators] [2]
src/nvim/option.c:6090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6090: if should always use braces [readability/braces] [5]
src/nvim/option.c:6092: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:6093: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6095: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:6097: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:6102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6111: if should always use braces [readability/braces] [5]
src/nvim/option.c:6111: Missing space before asterisk in int)* [whitespace/operators] [2]
src/nvim/option.c:6112: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:6114: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6159: if should always use braces [readability/braces] [5]
src/nvim/option.c:6161: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:6167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6171: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6189: if should always use braces [readability/braces] [5]
src/nvim/option.c:6190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6191: if should always use braces [readability/braces] [5]
src/nvim/option.c:6193: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:6196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6201: for should always use braces [readability/braces] [5]
src/nvim/option.c:6202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6222: if should always use braces [readability/braces] [5]
src/nvim/option.c:6223: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6225: if should always use braces [readability/braces] [5]
src/nvim/option.c:6226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6226: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6227: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:6228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6231: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6234: if should always use braces [readability/braces] [5]
src/nvim/option.c:6235: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6241: if should always use braces [readability/braces] [5]
src/nvim/option.c:6242: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6247: if should always use braces [readability/braces] [5]
src/nvim/option.c:6248: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6254: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:6258: if should always use braces [readability/braces] [5]
src/nvim/option.c:6260: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:6260: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/option.c:6265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6274: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/option.c:6275: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/option.c:6278: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6293: if should always use braces [readability/braces] [5]
src/nvim/option.c:6294: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6313: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6378: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:6379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6420: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6440: if should always use braces [readability/braces] [5]
src/nvim/option.c:6441: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6442: if should always use braces [readability/braces] [5]
src/nvim/option.c:6443: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:6444: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6455: for should always use braces [readability/braces] [5]
src/nvim/option.c:6456: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6458: if should always use braces [readability/braces] [5]
src/nvim/option.c:6459: for should always use braces [readability/braces] [5]
src/nvim/option.c:6460: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:6463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6495: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:6496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6496: if should always use braces [readability/braces] [5]
src/nvim/option.c:6505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6509: if should always use braces [readability/braces] [5]
src/nvim/option.c:6515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6525: for should always use braces [readability/braces] [5]
src/nvim/option.c:6525: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:6528: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:6529: for should always use braces [readability/braces] [5]
src/nvim/option.c:6529: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:6530: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/option.c:6531: if should always use braces [readability/braces] [5]
src/nvim/option.c:6533: if should always use braces [readability/braces] [5]
src/nvim/option.c:6535: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:6537: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:6539: An else should always have braces before it [readability/braces] [5]
src/nvim/option.c:6542: if should always use braces [readability/braces] [5]
src/nvim/option.c:6545: if should always use braces [readability/braces] [5]
src/nvim/option.c:6547: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6554: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6558: for should always use braces [readability/braces] [5]
src/nvim/option.c:6558: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/option.c:6563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6571: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:6573: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6608: if should always use braces [readability/braces] [5]
src/nvim/option.c:6609: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6610: if should always use braces [readability/braces] [5]
src/nvim/option.c:6613: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6614: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6615: if should always use braces [readability/braces] [5]
src/nvim/option.c:6617: if should always use braces [readability/braces] [5]
src/nvim/option.c:6619: if should always use braces [readability/braces] [5]
src/nvim/option.c:6620: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:6621: if should always use braces [readability/braces] [5]
src/nvim/option.c:6626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6631: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.c:6673: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:6676: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6686: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6689: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:6697: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:6701: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6709: Use false instead of FALSE. [readability/bool] [4]
src/nvim/option.c:6713: Use true instead of TRUE. [readability/bool] [4]
src/nvim/option.c:6718: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6720: if should always use braces [readability/braces] [5]
src/nvim/option.c:6721: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/option.c:6734: while should always use braces [readability/braces] [5]
src/nvim/option.c:6735: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/option.c:6736: if should always use braces [readability/braces] [5]
src/nvim/option.c:6738: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/option.c:6742: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:6743: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/option.c:6747: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/option.c:6748: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/option.c:6752: if should always use braces [readability/braces] [5]
src/nvim/option.c:6754: if should always use braces [readability/braces] [5]
src/nvim/option.c:6755: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os/dl.c:58: Should leave no spaces after a cast: u'(void **) &fn' [whitespace/cast] [2]
src/nvim/os/dl.c:69: Should leave no spaces after a cast: u'(str_str_fn) fn' [whitespace/cast] [2]
src/nvim/os/dl.c:70: Should leave no spaces after a cast: u'(int_str_fn) fn' [whitespace/cast] [2]
src/nvim/os/dl.c:75: Should leave no spaces after a cast: u'(intptr_t) res' [whitespace/cast] [2]
src/nvim/os/dl.c:78: Should leave no spaces after a cast: u'(str_int_fn) fn' [whitespace/cast] [2]
src/nvim/os/dl.c:79: Should leave no spaces after a cast: u'(int_int_fn) fn' [whitespace/cast] [2]
src/nvim/os/env.c:333: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os/env.c:372: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/env.c:416: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:421: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os/env.c:438: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os/env.c:443: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os/env.c:527: Should leave no spaces after a cast: u'(const char *) iter' [whitespace/cast] [2]
src/nvim/os/env.c:537: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/os/env.c:560: Should leave no spaces after a cast: u'(const char *) iter' [whitespace/cast] [2]
src/nvim/os/env.c:564: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/os/env.c:572: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/os/env.c:719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:731: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:744: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:749: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:752: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:768: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/env.c:769: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/env.c:773: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:779: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:783: if should always use braces [readability/braces] [5]
src/nvim/os/env.c:789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:790: while should always use braces [readability/braces] [5]
src/nvim/os/env.c:792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/env.c:793: while should always use braces [readability/braces] [5]
src/nvim/os/env.c:796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/fs.c:386: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/os/fs.c:695: Should leave no spaces after a cast: u'(char *) get_past_head' [whitespace/cast] [2]
src/nvim/os/fs.c:699: Should leave no spaces after a cast: u'(char_u *) curdir' [whitespace/cast] [2]
src/nvim/os/fs.c:700: Should leave no spaces after a cast: u'(char *) path_tail_with_sep' [whitespace/cast] [2]
src/nvim/os/fs.c:743: Use xstrlcpy or snprintf instead of STRNCPY (unless this is from Vim) [runtime/printf] [4]
src/nvim/os/fs.c:849: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/fs.c:1037: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/os/input.c:33: Missing space after { [whitespace/braces] [5]
src/nvim/os/input.c:33: Missing space before } [whitespace/braces] [5]
src/nvim/os/input.c:209: Missing space before asterisk in uint8_t)* [whitespace/operators] [2]
src/nvim/os/input.c:210: Missing space after { [whitespace/braces] [5]
src/nvim/os/input.c:210: Missing space before } [whitespace/braces] [5]
src/nvim/os/input.c:211: Missing space after { [whitespace/braces] [5]
src/nvim/os/input.c:211: Missing space before } [whitespace/braces] [5]
src/nvim/os/input.c:212: Missing space after { [whitespace/braces] [5]
src/nvim/os/input.c:212: Missing space before } [whitespace/braces] [5]
src/nvim/os/input.c:213: Missing space before asterisk in uint8_t)* [whitespace/operators] [2]
src/nvim/os/input.c:214: Missing space after { [whitespace/braces] [5]
src/nvim/os/input.c:214: Missing space before } [whitespace/braces] [5]
src/nvim/os/input.c:215: Missing space after { [whitespace/braces] [5]
src/nvim/os/input.c:215: Missing space before } [whitespace/braces] [5]
src/nvim/os/input.c:216: Missing space after { [whitespace/braces] [5]
src/nvim/os/input.c:216: Missing space before } [whitespace/braces] [5]
src/nvim/os/input.c:247: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/input.c:247: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/input.c:362: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/input.c:423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/input.c:423: if should always use braces [readability/braces] [5]
src/nvim/os/shell.c:249: Should leave no spaces after a cast: u'(char *) input' [whitespace/cast] [2]
src/nvim/os/shell.c:310: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:489: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:520: Should leave no spaces after a cast: u'(const char *) str' [whitespace/cast] [2]
src/nvim/os/shell.c:523: Should leave no spaces after a cast: u'(const char_u *) p' [whitespace/cast] [2]
src/nvim/os/shell.c:531: Should leave no spaces after a cast: u'(const char *) skipwhite' [whitespace/cast] [2]
src/nvim/os/shell.c:598: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:600: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:601: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:602: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:598: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:600: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:601: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:602: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:601: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:602: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/shell.c:606: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os/signal.c:130: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os/stdpaths.c:74: Should leave no spaces after a cast: u'(char *) expand_env_save' [whitespace/cast] [2]
src/nvim/os/time.c:131: Should leave no spaces after a cast: u'(Timestamp) time' [whitespace/cast] [2]
src/nvim/os_unix.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:70: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:73: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:81: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:84: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:96: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/os_unix.c:110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:127: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:133: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:195: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/os_unix.c:195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:225: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:226: for should always use braces [readability/braces] [5]
src/nvim/os_unix.c:226: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/os_unix.c:227: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:253: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:257: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:258: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:260: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:263: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:264: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os_unix.c:267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:271: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:274: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/os_unix.c:275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:277: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:278: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/os_unix.c:279: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:280: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:281: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:300: while should always use braces [readability/braces] [5]
src/nvim/os_unix.c:301: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:308: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:310: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:312: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:314: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:316: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:318: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:324: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:325: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/os_unix.c:326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:332: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/os_unix.c:333: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:335: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:339: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:343: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:344: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/os_unix.c:345: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os_unix.c:346: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/os_unix.c:347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:362: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:370: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:378: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:388: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/os_unix.c:388: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/os_unix.c:390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:392: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:403: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:404: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/os_unix.c:405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:417: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:441: Use int16_t/int64_t/etc, rather than the C type long long [runtime/int] [4]
src/nvim/os_unix.c:448: Use int16_t/int64_t/etc, rather than the C type long long [runtime/int] [4]
src/nvim/os_unix.c:459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:471: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/os_unix.c:472: while should always use braces [readability/braces] [5]
src/nvim/os_unix.c:473: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:478: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/os_unix.c:479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:481: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/os_unix.c:482: while should always use braces [readability/braces] [5]
src/nvim/os_unix.c:483: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:484: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:485: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:490: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/os_unix.c:490: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/os_unix.c:491: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:503: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:505: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:513: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:514: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:515: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:518: for should always use braces [readability/braces] [5]
src/nvim/os_unix.c:518: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/os_unix.c:519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:520: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:523: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:524: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:544: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/os_unix.c:546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:549: while should always use braces [readability/braces] [5]
src/nvim/os_unix.c:551: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:552: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:554: An else should always have braces before it [readability/braces] [5]
src/nvim/os_unix.c:554: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/os_unix.c:556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:559: while should always use braces [readability/braces] [5]
src/nvim/os_unix.c:560: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:561: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/os_unix.c:565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:576: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:587: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:608: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/os_unix.c:622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os_unix.c:634: for should always use braces [readability/braces] [5]
src/nvim/os_unix.c:635: if should always use braces [readability/braces] [5]
src/nvim/os_unix.c:644: for should always use braces [readability/braces] [5]
src/nvim/os_unix.c:645: if should always use braces [readability/braces] [5]
src/nvim/path.c:34: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:66: Use false instead of FALSE. [readability/bool] [4]
src/nvim/path.c:67: Use false instead of FALSE. [readability/bool] [4]
src/nvim/path.c:108: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/path.c:140: Should leave no spaces after a cast: u'(char_u *) invocation' [whitespace/cast] [2]
src/nvim/path.c:189: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:221: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/path.c:224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:245: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/path.c:246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:248: if should always use braces [readability/braces] [5]
src/nvim/path.c:250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:255: if should always use braces [readability/braces] [5]
src/nvim/path.c:259: while should always use braces [readability/braces] [5]
src/nvim/path.c:267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:294: if should always use braces [readability/braces] [5]
src/nvim/path.c:311: if should always use braces [readability/braces] [5]
src/nvim/path.c:320: if should always use braces [readability/braces] [5]
src/nvim/path.c:324: if should always use braces [readability/braces] [5]
src/nvim/path.c:443: Should leave no spaces after a cast: u'(char_u *) name' [whitespace/cast] [2]
src/nvim/path.c:473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:499: Should leave no spaces after a cast: u'(char_u *) wildcards' [whitespace/cast] [2]
src/nvim/path.c:550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:553: if should always use braces [readability/braces] [5]
src/nvim/path.c:569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:584: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/path.c:584: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/path.c:584: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/path.c:592: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/path.c:598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:599: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:601: for should always use braces [readability/braces] [5]
src/nvim/path.c:601: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/path.c:604: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:605: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:609: for should always use braces [readability/braces] [5]
src/nvim/path.c:609: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/path.c:610: if should always use braces [readability/braces] [5]
src/nvim/path.c:629: if should always use braces [readability/braces] [5]
src/nvim/path.c:630: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:632: if should always use braces [readability/braces] [5]
src/nvim/path.c:633: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:658: Should leave no spaces after a cast: u'(char_u *) scandir_next_with_dots' [whitespace/cast] [2]
src/nvim/path.c:670: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:674: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:676: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:721: if should always use braces [readability/braces] [5]
src/nvim/path.c:722: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:726: if should always use braces [readability/braces] [5]
src/nvim/path.c:734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:781: if should always use braces [readability/braces] [5]
src/nvim/path.c:817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:834: while should always use braces [readability/braces] [5]
src/nvim/path.c:835: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/path.c:843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:844: if should always use braces [readability/braces] [5]
src/nvim/path.c:845: while should always use braces [readability/braces] [5]
src/nvim/path.c:851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:878: if should always use braces [readability/braces] [5]
src/nvim/path.c:881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:881: Use true instead of TRUE. [readability/bool] [4]
src/nvim/path.c:884: if should always use braces [readability/braces] [5]
src/nvim/path.c:903: if should always use braces [readability/braces] [5]
src/nvim/path.c:906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:963: if should always use braces [readability/braces] [5]
src/nvim/path.c:966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:969: if should always use braces [readability/braces] [5]
src/nvim/path.c:988: for should always use braces [readability/braces] [5]
src/nvim/path.c:994: if should always use braces [readability/braces] [5]
src/nvim/path.c:1016: if should always use braces [readability/braces] [5]
src/nvim/path.c:1026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1031: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/path.c:1032: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/path.c:1035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1048: if should always use braces [readability/braces] [5]
src/nvim/path.c:1061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1068: if should always use braces [readability/braces] [5]
src/nvim/path.c:1069: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1070: An else should always have braces before it [readability/braces] [5]
src/nvim/path.c:1071: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/path.c:1072: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/path.c:1079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1086: if should always use braces [readability/braces] [5]
src/nvim/path.c:1087: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1088: An else should always have braces before it [readability/braces] [5]
src/nvim/path.c:1122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1128: if should always use braces [readability/braces] [5]
src/nvim/path.c:1136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1157: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/path.c:1174: if should always use braces [readability/braces] [5]
src/nvim/path.c:1177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1182: An else should always have braces before it [readability/braces] [5]
src/nvim/path.c:1186: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/path.c:1193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1234: if should always use braces [readability/braces] [5]
src/nvim/path.c:1236: if should always use braces [readability/braces] [5]
src/nvim/path.c:1249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1273: if should always use braces [readability/braces] [5]
src/nvim/path.c:1274: Use true instead of TRUE. [readability/bool] [4]
src/nvim/path.c:1275: An else should always have braces before it [readability/braces] [5]
src/nvim/path.c:1277: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/path.c:1285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1287: while should always use braces [readability/braces] [5]
src/nvim/path.c:1288: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1295: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1298: while should always use braces [readability/braces] [5]
src/nvim/path.c:1299: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1355: if should always use braces [readability/braces] [5]
src/nvim/path.c:1360: if should always use braces [readability/braces] [5]
src/nvim/path.c:1376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1379: if should always use braces [readability/braces] [5]
src/nvim/path.c:1384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1399: if should always use braces [readability/braces] [5]
src/nvim/path.c:1406: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1407: while should always use braces [readability/braces] [5]
src/nvim/path.c:1407: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/path.c:1409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1414: if should always use braces [readability/braces] [5]
src/nvim/path.c:1415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1416: An else should always have braces before it [readability/braces] [5]
src/nvim/path.c:1417: if should always use braces [readability/braces] [5]
src/nvim/path.c:1418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1419: An else should always have braces before it [readability/braces] [5]
src/nvim/path.c:1419: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/path.c:1420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1425: if should always use braces [readability/braces] [5]
src/nvim/path.c:1426: while should always use braces [readability/braces] [5]
src/nvim/path.c:1428: An else should always have braces before it [readability/braces] [5]
src/nvim/path.c:1429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1429: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1436: while should always use braces [readability/braces] [5]
src/nvim/path.c:1439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1456: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1458: while should always use braces [readability/braces] [5]
src/nvim/path.c:1462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1524: if should always use braces [readability/braces] [5]
src/nvim/path.c:1525: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1529: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1531: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/path.c:1532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1533: An else should always have braces before it [readability/braces] [5]
src/nvim/path.c:1533: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/path.c:1534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1541: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1549: Should leave no spaces after a cast: u'(ptrdiff_t) len' [whitespace/cast] [2]
src/nvim/path.c:1550: Should leave no spaces after a cast: u'(char *) eval_to_string_safe' [whitespace/cast] [2]
src/nvim/path.c:1557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1562: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/path.c:1567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1574: Should leave no spaces after a cast: u'(char_u *) eval_includeexpr' [whitespace/cast] [2]
src/nvim/path.c:1585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1591: Should leave no spaces after a cast: u'(char_u *) eval_includeexpr' [whitespace/cast] [2]
src/nvim/path.c:1596: Use true instead of TRUE. [readability/bool] [4]
src/nvim/path.c:1606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1610: Use false instead of FALSE. [readability/bool] [4]
src/nvim/path.c:1612: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/path.c:1625: if should always use braces [readability/braces] [5]
src/nvim/path.c:1627: An else should always have braces before it [readability/braces] [5]
src/nvim/path.c:1643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1701: if should always use braces [readability/braces] [5]
src/nvim/path.c:1743: Should leave no spaces after a cast: u'(char *) name' [whitespace/cast] [2]
src/nvim/path.c:1753: Should leave no spaces after a cast: u'(char_u *) os_scandir_next' [whitespace/cast] [2]
src/nvim/path.c:1775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1797: if should always use braces [readability/braces] [5]
src/nvim/path.c:1800: Use false instead of FALSE. [readability/bool] [4]
src/nvim/path.c:1807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1824: if should always use braces [readability/braces] [5]
src/nvim/path.c:1831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1844: if should always use braces [readability/braces] [5]
src/nvim/path.c:1846: if should always use braces [readability/braces] [5]
src/nvim/path.c:1849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1861: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1862: if should always use braces [readability/braces] [5]
src/nvim/path.c:1871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1872: if should always use braces [readability/braces] [5]
src/nvim/path.c:1873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1949: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1951: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/path.c:1952: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/path.c:1953: if should always use braces [readability/braces] [5]
src/nvim/path.c:1957: if should always use braces [readability/braces] [5]
src/nvim/path.c:1988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:1993: if should always use braces [readability/braces] [5]
src/nvim/path.c:1996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:2021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:2051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:2066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.c:2092: Should leave no spaces after a cast: u'(char_u *) buffer' [whitespace/cast] [2]
src/nvim/path.c:2098: Should leave no spaces after a cast: u'(char_u *) old_dir' [whitespace/cast] [2]
src/nvim/path.c:2112: Should leave no spaces after a cast: u'(char_u *) buffer' [whitespace/cast] [2]
src/nvim/path.c:2173: Should leave no spaces after a cast: u'(char *) fname' [whitespace/cast] [2]
src/nvim/path.c:2188: Should leave no spaces after a cast: u'(char *) (' [whitespace/cast] [2]
src/nvim/path.c:2191: Should leave no spaces after a cast: u'(char *) fname' [whitespace/cast] [2]
src/nvim/path.c:2194: Should leave no spaces after a cast: u'(char *) buf' [whitespace/cast] [2]
src/nvim/popupmnu.c:26: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/popupmnu.c:214: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/popupmnu.c:344: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/popupmnu.c:362: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/popupmnu.c:410: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/popupmnu.c:513: Use false instead of FALSE. [readability/bool] [4]
src/nvim/popupmnu.c:601: Use false instead of FALSE. [readability/bool] [4]
src/nvim/popupmnu.c:629: Use false instead of FALSE. [readability/bool] [4]
src/nvim/popupmnu.c:633: Use false instead of FALSE. [readability/bool] [4]
src/nvim/popupmnu.c:648: Use true instead of TRUE. [readability/bool] [4]
src/nvim/popupmnu.c:653: Use false instead of FALSE. [readability/bool] [4]
src/nvim/popupmnu.c:662: Use false instead of FALSE. [readability/bool] [4]
src/nvim/profile.c:67: Should leave no spaces after a cast: u'(proftime_T) msec' [whitespace/cast] [2]
src/nvim/profile.c:102: Should leave no spaces after a cast: u'(proftime_T) round' [whitespace/cast] [2]
src/nvim/profile.c:175: Should leave no spaces after a cast: u'(int) (' [whitespace/cast] [2]
src/nvim/profile.c:228: Should leave no spaces after a cast: u'(double) diff' [whitespace/cast] [2]
src/nvim/quickfix.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:51: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:56: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:60: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:63: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:66: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/quickfix.c:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:88: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:95: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:96: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:159: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/quickfix.c:160: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/quickfix.c:164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:175: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:176: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:508: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:510: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:548: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:551: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:554: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:556: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:620: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:712: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:714: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:714: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:771: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:776: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:781: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:786: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:810: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:817: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:821: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:822: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:832: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:838: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:845: Use xstrlcat or snprintf instead of STRNCAT [runtime/printf] [4]
src/nvim/quickfix.c:857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:884: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:902: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:904: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:906: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:908: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:973: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:975: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:976: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1011: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/quickfix.c:1015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1025: while should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1034: for should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1034: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:1037: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:1043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1052: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1059: for should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1059: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:1071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1074: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:1075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1076: for should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1076: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:1124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1124: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1172: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1182: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1201: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1203: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1206: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1231: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1233: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1362: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1366: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1366: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:1367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1376: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1376: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:1377: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1398: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1400: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1400: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:1409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1481: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/quickfix.c:1481: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:1529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1557: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:1562: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:1564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1568: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1598: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:1605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1621: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:1628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1630: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:1636: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:1642: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1645: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:1647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1661: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1663: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1663: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:1664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1669: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1672: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1675: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1677: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:1679: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1689: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1704: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1754: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1756: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1758: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:1759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1784: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1786: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1788: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1802: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/quickfix.c:1803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1810: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1812: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1814: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1820: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1822: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1824: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:1829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1830: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1889: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1898: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1912: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:1913: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1918: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:1919: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:1923: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:1928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1931: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1932: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1936: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1941: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:1944: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1945: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1946: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:1943: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/quickfix.c:1947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:1986: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:1991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2004: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/quickfix.c:2004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2045: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2046: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:2051: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2058: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2061: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2062: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/quickfix.c:2063: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:2065: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2091: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2092: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2093: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2115: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:2118: while should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2119: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2121: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:2152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2183: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:2189: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:2214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2254: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/quickfix.c:2267: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2272: for should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2272: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:2273: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2280: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2281: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:2282: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:2284: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:2294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2315: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2317: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:2319: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:2321: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:2323: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:2323: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:2330: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2333: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/quickfix.c:2337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2350: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2365: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2367: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:2371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2382: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2388: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2389: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2445: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2450: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2463: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2465: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2468: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2469: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:2469: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:2470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2475: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2478: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2480: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2485: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2489: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:2490: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2551: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2562: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/quickfix.c:2563: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/quickfix.c:2565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2603: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2604: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2606: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:2608: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2745: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/quickfix.c:2749: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/quickfix.c:2754: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2753: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/quickfix.c:2763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2767: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2786: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:2806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2836: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:2838: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2851: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2852: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:2857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2867: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2898: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2898: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:2899: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2903: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2909: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2922: Should leave no spaces after a cast: u'(char *) p_sp' [whitespace/cast] [2]
src/nvim/quickfix.c:2931: Should leave no spaces after a cast: u'(char_u *) cmd' [whitespace/cast] [2]
src/nvim/quickfix.c:2934: Should leave no spaces after a cast: u'(char_u *) cmd' [whitespace/cast] [2]
src/nvim/quickfix.c:2939: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2941: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2942: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2946: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:2946: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:2947: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2949: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:2952: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2953: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:2960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2974: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2979: for should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2979: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:2980: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2983: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:2986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:2995: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/quickfix.c:3157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3186: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3204: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3248: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3249: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3250: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3251: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3252: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3254: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3255: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3256: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3250: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3269: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3282: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3283: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3284: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3299: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3302: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3303: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3304: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3308: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3309: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3332: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3334: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3362: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3362: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3363: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3374: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3376: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:3379: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/quickfix.c:3379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3379: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/quickfix.c:3389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3395: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:3398: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3417: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3436: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:3439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3443: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3444: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3446: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:3446: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:3451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3451: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3452: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3461: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3462: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3477: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:3478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3479: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3486: for should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3486: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:3492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3499: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3504: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3506: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:3530: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3531: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3533: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3538: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3538: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3542: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3548: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3594: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3594: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3604: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3610: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3612: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3612: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3619: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3622: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3633: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:3636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3663: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3666: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3670: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3673: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3674: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3678: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3680: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:3682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3685: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3687: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:3690: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:3696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3730: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/quickfix.c:3732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3758: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3761: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:3763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3769: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3770: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3773: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3813: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3828: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3846: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:3848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3867: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3871: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3876: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:3877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3879: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3887: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3888: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3889: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3890: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3891: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3892: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3893: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3894: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3895: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3896: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3897: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3893: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3895: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:3936: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3940: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:3960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:3964: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:4014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4032: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:4034: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:4036: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:4038: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:4040: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:4040: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:4045: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:4048: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:4048: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:4053: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:4057: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:4058: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:4060: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:4061: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:4064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4089: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:4090: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:4092: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:4095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4096: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/quickfix.c:4102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4117: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:4120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4130: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:4130: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:4131: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:4135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4153: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:4158: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:4162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4165: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:4168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4180: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/quickfix.c:4182: Missing space after { [whitespace/braces] [5]
src/nvim/quickfix.c:4182: Missing space before } [whitespace/braces] [5]
src/nvim/quickfix.c:4184: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:4186: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/quickfix.c:4187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4188: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:4190: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:4193: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:4190: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:4193: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:4193: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:4200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4205: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:4212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4213: while should always use braces [readability/braces] [5]
src/nvim/quickfix.c:4237: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:4239: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/quickfix.c:4250: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:4253: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:4259: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:4261: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:4262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4269: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/quickfix.c:4269: Use true instead of TRUE. [readability/bool] [4]
src/nvim/quickfix.c:4270: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:4271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4276: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:4277: Use false instead of FALSE. [readability/bool] [4]
src/nvim/quickfix.c:4278: An else should always have braces before it [readability/braces] [5]
src/nvim/quickfix.c:4282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/quickfix.c:4285: if should always use braces [readability/braces] [5]
src/nvim/quickfix.c:4287: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:96: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:168: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:169: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:170: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:171: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:172: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:173: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:174: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:175: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:176: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:177: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:178: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:179: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:180: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:186: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:187: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:187: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:187: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp.c:187: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:187: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:188: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:189: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:190: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:191: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:192: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:193: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:199: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:200: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:201: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:201: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:202: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:203: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:204: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:205: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:206: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:207: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:208: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:209: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:210: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:211: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:212: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:213: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:214: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:215: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:216: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:217: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:218: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:219: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:220: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:221: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:222: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:223: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:224: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:225: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:226: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:227: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:228: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:232: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:232: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:233: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:233: Extra space after ( [whitespace/parens] [2]
src/nvim/regexp.c:234: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:236: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:240: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:247: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:278: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:280: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:297: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:306: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:314: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:323: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:346: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:358: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:368: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:373: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:381: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:382: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:388: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:389: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:445: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:461: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:462: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:465: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:466: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:234: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:235: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:235: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:236: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:239: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:239: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:240: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:240: Extra space after ( in function call [whitespace/parens] [4]
src/nvim/regexp.c:247: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:278: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:280: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:297: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:306: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:314: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:323: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:346: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:358: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:368: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:373: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:381: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:382: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:388: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:389: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:445: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:461: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:462: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:241: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:246: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:246: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:247: Extra space after ( [whitespace/parens] [2]
src/nvim/regexp.c:278: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:280: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:297: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:306: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:314: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:323: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:346: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:358: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:368: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:373: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:381: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:382: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:388: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:389: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:445: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:248: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:250: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:251: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:252: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:253: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:260: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:353: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/regexp.c:357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:383: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:390: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:440: Missing space before asterisk in int)* [whitespace/operators] [2]
src/nvim/regexp.c:443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:454: Missing space before asterisk in int)* [whitespace/operators] [2]
src/nvim/regexp.c:456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:458: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:459: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:462: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:462: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:462: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:466: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:466: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:466: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:469: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:499: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:501: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:566: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/regexp.c:604: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:604: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:617: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/regexp.c:632: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:634: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:637: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:638: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:640: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:642: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:644: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:646: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:648: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:650: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:652: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:657: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:670: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:696: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:704: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:716: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:718: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:720: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:722: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:724: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:726: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:773: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:776: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:778: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1108: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1111: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1113: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1138: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1139: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:1140: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1141: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:1143: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1145: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1146: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:1147: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1149: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:1153: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1154: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1158: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:1159: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:1160: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:1166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1180: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1182: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1187: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1192: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1202: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:1203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1203: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:1204: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1206: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1242: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1253: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1267: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1278: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1280: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1295: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1297: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1306: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1308: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1329: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:1345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1356: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp.c:1357: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp.c:1359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1363: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1365: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1377: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:1379: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:1382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1405: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp.c:1406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1406: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp.c:1416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1420: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1427: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1430: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:1433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1435: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:1438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1440: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1442: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1444: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1449: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1455: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1458: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1471: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:1474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1476: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1478: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1480: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1483: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1485: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1493: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1494: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:1498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1514: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1523: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1525: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1529: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1548: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:1550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1558: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:1594: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1597: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1599: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1602: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1607: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1631: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1645: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1647: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1647: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:1648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1658: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1660: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1660: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:1661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1678: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1679: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1686: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1688: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:1689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1694: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1696: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1699: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:1706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1715: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1721: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1723: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:1728: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:1730: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1736: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1738: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:1737: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/regexp.c:1739: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:1741: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:1740: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/regexp.c:1748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1786: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:1799: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1805: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:1812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1813: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1850: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1877: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1880: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1889: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1891: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1902: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:1903: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:1901: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/regexp.c:1905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1913: while should always use braces [readability/braces] [5]
src/nvim/regexp.c:1918: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1921: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:1938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:1948: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:1948: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:1949: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1952: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1965: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:1968: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2011: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2014: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2044: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2053: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2055: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:2057: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2059: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2063: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:2065: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:2066: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2069: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2071: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:2077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2083: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:2091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2108: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2112: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2114: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2116: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2118: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2132: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2142: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2144: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2144: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:2173: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:2183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2199: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:2202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2210: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:2211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2221: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2224: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2226: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2231: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2234: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2239: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2241: while should always use braces [readability/braces] [5]
src/nvim/regexp.c:2244: while should always use braces [readability/braces] [5]
src/nvim/regexp.c:2250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2255: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/regexp.c:2259: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:2259: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:2259: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:2259: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:2262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2280: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2282: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2302: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:2303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2372: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:2407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2411: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2413: while should always use braces [readability/braces] [5]
src/nvim/regexp.c:2422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2423: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2428: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:2431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2461: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:2468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2471: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2477: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:2485: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2492: Small and focused functions are preferred: regatom() has 597 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/regexp.c:2503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2523: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2525: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2525: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:2527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2538: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2540: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2549: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2551: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2553: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2575: while should always use braces [readability/braces] [5]
src/nvim/regexp.c:2578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2601: while should always use braces [readability/braces] [5]
src/nvim/regexp.c:2604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2631: while should always use braces [readability/braces] [5]
src/nvim/regexp.c:2634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2650: Should leave no spaces after a cast: u'(char_u) (' [whitespace/cast] [2]
src/nvim/regexp.c:2651: Should leave no spaces after a cast: u'(char_u) (' [whitespace/cast] [2]
src/nvim/regexp.c:2652: Should leave no spaces after a cast: u'(char_u) (' [whitespace/cast] [2]
src/nvim/regexp.c:2653: Should leave no spaces after a cast: u'(char_u) (' [whitespace/cast] [2]
src/nvim/regexp.c:2657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2666: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2673: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2678: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2680: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2685: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2686: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:2687: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2687: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:2688: Should leave no spaces after a cast: u'(char_u) (' [whitespace/cast] [2]
src/nvim/regexp.c:2689: Should leave no spaces after a cast: u'(char_u) (' [whitespace/cast] [2]
src/nvim/regexp.c:2693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2699: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2718: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:2719: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:2722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2761: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:2771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2772: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2798: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2805: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2827: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:2828: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:2832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2865: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2867: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2868: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:2869: End of the inner expression should have the same indent as start [whitespace/indent] [2]
src/nvim/regexp.c:2870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2879: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:2880: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:2881: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:2883: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:2884: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:2887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2891: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:2893: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2893: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:2894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2898: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2900: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2907: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2920: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2922: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2925: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:2926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2928: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2930: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:2931: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:2935: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:2938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2979: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:2981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:2986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3001: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:3003: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3007: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:3010: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3025: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:3027: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3031: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:3032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3035: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3054: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:3056: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3060: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:3063: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3084: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3086: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:3092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3100: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3107: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:3111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3112: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3114: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3116: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:3117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3118: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3120: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3124: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:3123: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/regexp.c:3128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3154: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:3154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3156: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp.c:3156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3156: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3166: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3168: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3168: Else clause should never be on same line as else (use 2 lines) [whitespace/newline] [4]
src/nvim/regexp.c:3176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3274: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3276: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3279: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3301: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp.c:3302: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp.c:3304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3316: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3328: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp.c:3331: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp.c:3346: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3348: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3404: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3408: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3412: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3413: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:3414: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3415: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3418: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3419: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:3421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3425: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3427: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3435: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3439: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3441: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:3443: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/regexp.c:3445: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3449: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/regexp.c:3451: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3455: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3461: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3467: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3469: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3488: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3492: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3508: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3516: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3518: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3520: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3521: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:3522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3525: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3538: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3540: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3562: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3576: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:3576: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:3582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3589: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:3590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3591: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3592: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:3594: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3606: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:3607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3610: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3612: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3637: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3640: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:3648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3653: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3655: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:3660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3674: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3675: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3697: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3698: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3702: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3704: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3708: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3710: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3712: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3718: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3719: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3721: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:3726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3734: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3749: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp.c:3750: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp.c:3751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3807: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3824: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3826: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3828: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3832: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3837: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3845: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3851: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3858: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3871: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:3872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3872: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3888: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3895: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3903: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3908: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3916: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3918: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3923: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3925: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3928: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3930: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:3930: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:3935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3936: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3936: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3938: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3944: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3948: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3952: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:3956: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3958: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3963: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3965: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3970: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3972: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3977: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3979: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3984: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3986: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3991: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:3993: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:3998: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4000: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4005: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4007: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4012: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4014: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4019: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4021: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4026: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4028: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4033: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4035: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4040: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4042: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4047: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4049: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4054: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4056: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4061: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4063: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4068: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4070: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4075: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4077: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4082: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4084: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4089: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4091: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4096: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4098: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4103: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4105: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4110: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4112: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4117: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4119: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4124: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4126: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4131: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4133: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4138: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4140: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4189: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4191: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4193: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4210: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4219: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4228: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4229: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:4229: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:4235: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4264: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:4264: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:4265: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4270: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4274: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4293: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4295: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4295: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4298: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4306: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4324: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4326: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4326: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4329: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4349: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4351: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4351: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4372: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4374: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4374: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4377: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4405: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4417: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4418: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4430: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4458: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4459: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4461: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4471: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4473: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4473: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4475: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4477: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4513: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:4515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4519: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4521: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4521: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4535: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4537: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4537: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4548: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4550: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4550: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4572: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4574: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4576: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4613: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4614: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4616: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4616: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4621: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4623: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/regexp.c:4631: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4633: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4633: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4651: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4653: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4653: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4668: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4671: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4676: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4679: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4681: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4700: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4705: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/regexp.c:4706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4721: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4722: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4724: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4730: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4732: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4738: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4740: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4746: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4748: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4753: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4756: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4756: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4779: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:4785: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4789: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:4790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4794: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4799: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4800: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4801: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4814: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4816: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4816: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4818: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4822: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4861: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4863: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4865: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4866: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4866: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4883: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4890: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4891: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4894: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:4897: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4897: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4903: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4907: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4908: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:4911: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4913: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:4913: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4915: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4935: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:4938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4964: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4974: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4978: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:4980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4982: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4986: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:4989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:4993: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:4996: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:4998: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5000: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:5003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5024: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5030: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5047: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5048: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:5051: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/regexp.c:5052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5055: Small and focused functions are preferred: () has 1027 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [2]
src/nvim/regexp.c:5057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5096: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp.c:5097: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp.c:5099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5117: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5120: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5123: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5126: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5133: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:5134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5141: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5146: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5148: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:5149: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5150: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5152: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5158: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:5159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5167: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5172: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5174: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:5175: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5176: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5178: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5184: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:5185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5192: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5197: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5199: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:5200: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5201: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5203: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5209: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:5210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5215: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5220: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5225: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:5226: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5227: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5229: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5240: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5245: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5248: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5251: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:5252: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5253: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5254: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5255: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5257: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5361: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5364: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:5369: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5373: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5381: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:5382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5389: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5394: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5396: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:5397: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5398: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5399: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5403: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5405: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5407: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5416: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5418: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5421: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5448: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5452: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5455: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5457: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5461: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5470: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5472: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:5476: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:5478: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:5481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5497: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:5505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5512: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:5516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5528: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:5540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5550: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:5562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5580: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:5585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5598: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:5603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5608: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5641: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5643: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5654: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/regexp.c:5661: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5679: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5683: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5685: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5688: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5690: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5692: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5694: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5699: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5701: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:5703: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5730: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5733: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:5736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5742: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp.c:5744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5744: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5746: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:5748: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5770: while should always use braces [readability/braces] [5]
src/nvim/regexp.c:5778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5779: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5781: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:5782: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:5783: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5785: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:5793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:5806: Should leave no spaces after a cast: u'(int) OP' [whitespace/cast] [2]
src/nvim/regexp.c:6044: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/regexp.c:6059: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/regexp.c:6071: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/regexp.c:6089: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/regexp.c:6101: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/regexp.c:6113: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/regexp.c:6153: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/regexp.c:6163: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/regexp.c:6167: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6178: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6178: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:6178: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6178: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6179: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6179: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:6179: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6179: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6180: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6180: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:6180: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6180: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6181: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6181: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:6181: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6181: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6182: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6182: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:6182: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6182: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6183: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6183: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:6183: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6183: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6184: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6184: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:6184: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6184: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6185: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6185: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:6185: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6185: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6186: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6186: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:6186: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6186: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6187: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6187: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6187: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6188: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6188: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6188: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6189: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6189: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6189: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6190: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6190: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6190: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6191: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6191: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6191: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6192: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6192: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6192: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6193: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6193: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6193: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6194: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6194: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6194: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6195: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6195: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6195: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6196: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6196: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6196: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6197: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6197: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6197: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6198: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6198: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6198: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6199: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6199: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6199: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6200: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6200: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6200: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6201: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6201: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6202: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6202: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6202: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6203: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6203: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6203: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6204: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6204: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6204: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6205: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6205: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6205: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6206: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6206: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6206: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6207: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6207: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6208: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6208: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6208: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6209: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6209: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6210: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6210: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6210: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6211: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6211: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6211: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6212: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6212: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6213: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6213: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6213: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6214: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6214: Missing space after , [whitespace/comma] [3]
src/nvim/regexp.c:6214: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6214: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6215: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6215: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6216: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6216: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6216: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6217: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6217: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6217: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6218: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6218: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6218: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6219: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6219: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6219: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6220: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6220: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6220: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6221: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6221: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6221: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6222: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6222: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6222: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6223: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6223: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6223: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6224: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6224: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6224: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6225: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6225: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:6225: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:6243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6252: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6254: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6254: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:6256: Missing space before asterisk in size_t)* [whitespace/operators] [2]
src/nvim/regexp.c:6259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6283: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6288: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6303: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6311: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6313: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6315: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6317: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6323: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6325: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:6328: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:6329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6330: for should always use braces [readability/braces] [5]
src/nvim/regexp.c:6330: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:6331: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6393: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:6396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6405: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6406: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6409: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6413: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:6414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6415: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6417: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6419: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6420: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6421: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6427: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6429: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6434: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:6436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6463: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp.c:6469: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:6473: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/regexp.c:6477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6480: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:6484: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp.c:6494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6503: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6542: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:6544: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:6546: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:6549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6552: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6554: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6555: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6562: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6564: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp.c:6568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6584: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp.c:6586: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:6588: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6590: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6592: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6633: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp.c:6636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6639: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6641: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6645: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:6648: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6649: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6652: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6655: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6661: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6670: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6672: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:6677: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:6683: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6685: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6685: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:6687: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6690: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6695: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6697: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6704: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6706: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6708: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6710: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6712: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6714: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:6716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6717: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6734: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6736: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6739: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6742: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6745: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6753: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6755: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6760: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6763: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:6768: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6769: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6776: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6805: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6817: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6827: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp.c:6829: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6833: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6839: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6841: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6850: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6851: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6854: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6857: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6859: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6861: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6863: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:6862: Use xstrlcpy or snprintf instead of STRNCPY (unless this is from Vim) [runtime/printf] [4]
src/nvim/regexp.c:6865: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6867: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp.c:6876: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:6878: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp.c:6961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:6986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:7002: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:7002: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/regexp.c:7009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:7014: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:7028: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp.c:7030: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:7052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:7057: if should always use braces [readability/braces] [5]
src/nvim/regexp.c:7112: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp.c:7114: Missing space after { [whitespace/braces] [5]
src/nvim/regexp.c:7114: Missing space before } [whitespace/braces] [5]
src/nvim/regexp.c:7135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:7145: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:7146: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:7147: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:7148: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:7149: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:7150: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp.c:7146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:7147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:7148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:7149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.c:7150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:39: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:45: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:47: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:49: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:50: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:51: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:51: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:56: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:56: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:56: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:57: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:60: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:67: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:87: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:89: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:93: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:94: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:95: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:96: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:97: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:98: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:165: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:166: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:167: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:168: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:169: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:170: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:171: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:172: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:173: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:174: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:175: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:176: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:177: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:178: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:179: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:180: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:181: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:182: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:183: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:184: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:185: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:186: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:187: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:188: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:189: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:190: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:191: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:192: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:193: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:194: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:195: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:200: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:201: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:202: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:203: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:204: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:205: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:206: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:207: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:208: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:209: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:210: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:211: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:212: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:213: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:236: Missing space after , [whitespace/comma] [3]
src/nvim/regexp_nfa.c:251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:305: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:339: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/regexp_nfa.c:339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:372: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:395: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:396: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:410: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:467: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:472: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:523: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:529: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:549: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:556: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:563: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:565: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:608: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:612: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:612: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:613: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:615: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:656: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:662: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:664: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:668: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:671: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:671: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1189: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1202: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1211: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1218: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1258: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1280: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1283: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:1283: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:1284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1291: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1323: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1340: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1369: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1378: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1380: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1386: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1396: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1418: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1455: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:1456: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1458: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1460: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1464: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1466: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1486: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1514: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1520: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:1527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1552: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:1558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1563: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1565: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1568: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:1576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1577: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1581: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1583: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1588: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1662: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1683: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1685: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:1691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1693: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1702: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1709: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1715: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1718: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:1719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1719: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:1725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1740: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1754: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1757: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1757: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1759: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:1766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1779: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1779: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1781: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:1784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1793: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1818: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1820: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1835: Small and focused functions are preferred: nfa_regatom() has 520 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/regexp_nfa.c:1837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1853: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1861: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1869: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1873: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1896: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1900: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/regexp_nfa.c:1907: Missing space before ( in switch( [whitespace/parens] [5]
src/nvim/regexp_nfa.c:1909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1918: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1921: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:1922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1935: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1953: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1957: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1959: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1965: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:1966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1968: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:1969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1974: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1978: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:1995: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:1997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2000: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2002: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2005: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2007: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:2009: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:2012: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2014: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2029: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2048: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2049: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2057: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2094: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2096: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2096: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2098: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:2099: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2127: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2137: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2140: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2147: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2164: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:2165: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:2166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2166: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:2172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2172: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2177: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2182: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2187: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2194: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2196: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:2199: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2201: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:2204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2209: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2211: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:2222: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2225: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2438: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2438: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2440: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/regexp_nfa.c:2445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2456: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2458: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:2466: for should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2490: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2501: Use xstrlcpy or snprintf instead of STRNCPY (unless this is from Vim) [runtime/printf] [4]
src/nvim/regexp_nfa.c:2502: Use xstrlcpy or snprintf instead of STRNCPY (unless this is from Vim) [runtime/printf] [4]
src/nvim/regexp_nfa.c:2504: Use xstrlcpy or snprintf instead of STRNCPY (unless this is from Vim) [runtime/printf] [4]
src/nvim/regexp_nfa.c:2505: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:2510: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2511: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2512: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2513: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2514: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2521: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2523: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:2529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2551: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2553: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2555: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:2556: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2570: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2594: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2665: while should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2671: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2723: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2738: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2754: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2768: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2776: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2778: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:2780: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:2781: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:2783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2794: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:2824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2825: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2827: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:2828: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:2835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2938: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2950: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2974: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:2985: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:2986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2992: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:2995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:2999: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3011: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3018: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3024: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3025: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3031: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3039: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3045: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3053: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3059: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3066: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3072: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3082: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3088: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3098: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3114: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3119: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3141: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3151: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3153: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3201: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3211: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3217: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3221: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3234: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3268: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3299: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3302: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3313: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3317: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3321: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3346: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3351: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3354: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3375: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3380: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3391: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3396: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3400: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/regexp_nfa.c:3401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3402: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/regexp_nfa.c:3403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3405: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3451: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:3459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3461: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3462: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3463: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3463: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:3467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3475: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3476: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3477: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3485: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3487: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:3492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3497: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3507: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3515: for should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3516: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3518: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3519: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3520: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3521: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3522: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3523: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3523: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:3528: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3529: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3530: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3538: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3540: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3540: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:3542: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3541: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/regexp_nfa.c:3560: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3567: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3570: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3571: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3583: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3584: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3586: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3587: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3588: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3590: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3591: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3600: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3604: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3606: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3607: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3608: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3610: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3611: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3622: Missing space before { [whitespace/braces] [5]
src/nvim/regexp_nfa.c:3627: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3646: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:3647: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3649: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3651: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3653: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3655: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3656: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3657: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3659: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3673: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3677: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3682: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:3683: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3685: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3687: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3689: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3691: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3692: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3706: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3712: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3720: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/regexp_nfa.c:3717: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3718: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3719: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3720: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3723: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3725: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3727: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:3731: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3732: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:3737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3741: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:3742: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:3743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3752: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:3754: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3759: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3761: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3773: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3776: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3777: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3778: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3780: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3781: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3783: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3797: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3798: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3807: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3861: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3862: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3865: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3867: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3875: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3882: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:3883: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:3884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3885: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3890: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3891: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3893: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3902: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:3903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3907: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:3920: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:3949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3955: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3958: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:3964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:3993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4003: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4010: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4023: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4036: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4038: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:4038: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:4040: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4043: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4047: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4052: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4117: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:4127: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/regexp_nfa.c:4139: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:4149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4150: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4152: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:4156: Missing space before { [whitespace/braces] [5]
src/nvim/regexp_nfa.c:4160: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/regexp_nfa.c:4162: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:4170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4208: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4233: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4235: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:4238: Missing space before { [whitespace/braces] [5]
src/nvim/regexp_nfa.c:4242: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/regexp_nfa.c:4250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4256: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:4257: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:4258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4273: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4278: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4291: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4292: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4294: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4295: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4297: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4298: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4305: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4306: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4308: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4309: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4312: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:4316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4333: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4337: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4341: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4345: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4354: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4363: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4367: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4371: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4375: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4379: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4383: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4387: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4403: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:4404: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:4405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4416: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4420: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4428: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4430: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4433: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4434: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4435: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4436: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4437: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4438: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4439: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4442: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4448: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4451: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4460: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:4461: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:4463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4472: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4478: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4480: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4498: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:4502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4513: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:4519: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4520: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4530: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/regexp_nfa.c:4540: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4544: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4546: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:4554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4561: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:4564: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4566: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:4570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4577: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4591: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:4596: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4598: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:4604: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4617: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4623: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:4624: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4633: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4635: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:4635: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:4636: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:4640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4642: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4660: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4660: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:4669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4681: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4686: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4687: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4788: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4800: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4817: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4834: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4838: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:4840: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:4846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4968: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:4972: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/regexp_nfa.c:4972: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:4979: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4982: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:4988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:4994: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:4998: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:5007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5030: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5031: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/regexp_nfa.c:5045: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5046: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5051: for should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5063: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5067: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:5078: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5080: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:5082: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:5086: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5087: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5108: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5117: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5138: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5141: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:5146: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:5148: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5149: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5154: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:5164: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5189: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5190: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5204: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5226: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5253: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:5260: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5280: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5286: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5297: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:5485: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5494: for should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5494: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:5495: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5503: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:5554: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:5562: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5564: for should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5564: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:5567: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5570: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5904: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:5974: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5979: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5997: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:5999: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:6013: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6025: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6034: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:6050: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6070: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6072: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:6072: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:6074: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6107: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6121: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6132: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6134: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6140: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6143: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:6147: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:6156: for should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6189: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6205: Small and focused functions are preferred: nfa_regmatch() has 1019 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [2]
src/nvim/regexp_nfa.c:6226: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6235: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:6266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6269: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:6270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6278: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6280: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6307: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6310: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_nfa.c:6336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6352: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6353: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6354: An else should always have braces before it [readability/braces] [5]
src/nvim/regexp_nfa.c:6355: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6358: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6359: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6371: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6374: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6377: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6378: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6379: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/regexp_nfa.c:6380: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6385: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6390: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6397: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6401: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/regexp_nfa.c:6415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6424: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6439: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6458: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/regexp_nfa.c:6465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6469: Use true instead of TRUE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6480: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6481: if should always use braces [readability/braces] [5]
src/nvim/regexp_nfa.c:6501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6542: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/regexp_nfa.c:6543: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/regexp_nfa.c:6545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_nfa.c:6557: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6605: Use false instead of FALSE. [readability/bool] [4]
src/nvim/regexp_nfa.c:6607: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:132: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:173: if should always use braces [readability/braces] [5]
src/nvim/screen.c:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:175: if should always use braces [readability/braces] [5]
src/nvim/screen.c:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:227: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/screen.c:229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:234: if should always use braces [readability/braces] [5]
src/nvim/screen.c:236: if should always use braces [readability/braces] [5]
src/nvim/screen.c:241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:243: if should always use braces [readability/braces] [5]
src/nvim/screen.c:244: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:265: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:269: if should always use braces [readability/braces] [5]
src/nvim/screen.c:269: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:273: if should always use braces [readability/braces] [5]
src/nvim/screen.c:276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:284: if should always use braces [readability/braces] [5]
src/nvim/screen.c:287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:292: if should always use braces [readability/braces] [5]
src/nvim/screen.c:293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:297: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:298: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:298: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:305: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:306: if should always use braces [readability/braces] [5]
src/nvim/screen.c:308: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:309: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:310: if should always use braces [readability/braces] [5]
src/nvim/screen.c:324: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:329: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:330: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:333: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:340: if should always use braces [readability/braces] [5]
src/nvim/screen.c:343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:348: if should always use braces [readability/braces] [5]
src/nvim/screen.c:349: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:353: if should always use braces [readability/braces] [5]
src/nvim/screen.c:358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:361: if should always use braces [readability/braces] [5]
src/nvim/screen.c:363: if should always use braces [readability/braces] [5]
src/nvim/screen.c:375: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/screen.c:378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:379: if should always use braces [readability/braces] [5]
src/nvim/screen.c:382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:406: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:411: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:434: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:438: if should always use braces [readability/braces] [5]
src/nvim/screen.c:441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:442: if should always use braces [readability/braces] [5]
src/nvim/screen.c:444: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:445: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/screen.c:448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:456: if should always use braces [readability/braces] [5]
src/nvim/screen.c:457: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:458: if should always use braces [readability/braces] [5]
src/nvim/screen.c:460: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:462: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:464: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:466: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:467: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:477: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:480: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:498: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:521: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:535: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:540: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:560: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:616: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:618: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:620: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:622: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:624: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:624: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:627: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:629: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:630: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:634: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:635: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:638: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:638: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:655: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:681: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:694: if should always use braces [readability/braces] [5]
src/nvim/screen.c:696: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:707: if should always use braces [readability/braces] [5]
src/nvim/screen.c:711: if should always use braces [readability/braces] [5]
src/nvim/screen.c:714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:720: if should always use braces [readability/braces] [5]
src/nvim/screen.c:722: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:723: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:723: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:728: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:746: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:752: for should always use braces [readability/braces] [5]
src/nvim/screen.c:752: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:754: if should always use braces [readability/braces] [5]
src/nvim/screen.c:766: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:767: if should always use braces [readability/braces] [5]
src/nvim/screen.c:770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:771: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:772: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:773: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:774: if should always use braces [readability/braces] [5]
src/nvim/screen.c:778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:783: if should always use braces [readability/braces] [5]
src/nvim/screen.c:785: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:791: if should always use braces [readability/braces] [5]
src/nvim/screen.c:795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:801: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:808: if should always use braces [readability/braces] [5]
src/nvim/screen.c:809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:811: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:820: if should always use braces [readability/braces] [5]
src/nvim/screen.c:823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:844: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/screen.c:845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:854: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:855: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:856: if should always use braces [readability/braces] [5]
src/nvim/screen.c:858: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:860: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:865: if should always use braces [readability/braces] [5]
src/nvim/screen.c:868: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:874: if should always use braces [readability/braces] [5]
src/nvim/screen.c:875: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:876: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:881: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:885: if should always use braces [readability/braces] [5]
src/nvim/screen.c:887: for should always use braces [readability/braces] [5]
src/nvim/screen.c:889: while should always use braces [readability/braces] [5]
src/nvim/screen.c:890: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:892: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:894: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:896: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:927: if should always use braces [readability/braces] [5]
src/nvim/screen.c:929: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:934: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:935: if should always use braces [readability/braces] [5]
src/nvim/screen.c:935: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:937: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:968: if should always use braces [readability/braces] [5]
src/nvim/screen.c:970: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:985: if should always use braces [readability/braces] [5]
src/nvim/screen.c:985: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:988: if should always use braces [readability/braces] [5]
src/nvim/screen.c:993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:997: if should always use braces [readability/braces] [5]
src/nvim/screen.c:997: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1006: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1034: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1036: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1038: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1040: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1054: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1054: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1060: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1063: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1065: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1067: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1081: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1086: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1087: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1092: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1094: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1114: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1122: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1124: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1141: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1143: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1146: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1148: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1150: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1151: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1153: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1154: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1158: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:1161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1199: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1205: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1262: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:1263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1265: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1273: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1274: while should always use braces [readability/braces] [5]
src/nvim/screen.c:1282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1290: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:1291: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1291: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1292: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1293: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1294: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1296: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1297: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1298: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1311: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1313: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1313: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:1314: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:1315: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1316: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1316: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:1318: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1325: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1327: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1327: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:1328: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:1329: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1330: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1330: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:1332: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1360: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1362: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1368: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1370: for should always use braces [readability/braces] [5]
src/nvim/screen.c:1370: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:1373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1378: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:1385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1393: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1394: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1395: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1412: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1421: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:1428: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1431: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1432: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1433: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1436: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1438: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1443: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1450: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1459: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1465: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1518: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1520: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1522: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1527: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:1530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1555: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1557: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1566: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:1570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1571: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1573: Small and focused functions are preferred: win_update() has 636 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/screen.c:1576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1580: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:1591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1592: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1622: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1632: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1666: while should always use braces [readability/braces] [5]
src/nvim/screen.c:1667: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1688: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:1701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1718: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1720: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:1727: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:1732: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1734: for should always use braces [readability/braces] [5]
src/nvim/screen.c:1734: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:1736: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:1742: for should always use braces [readability/braces] [5]
src/nvim/screen.c:1742: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:1744: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1744: Else clause should never be on same line as else (use 2 lines) [whitespace/newline] [4]
src/nvim/screen.c:1745: for should always use braces [readability/braces] [5]
src/nvim/screen.c:1745: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:1748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1764: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1774: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1777: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1780: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1780: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:1781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1791: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/screen.c:1792: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1795: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1796: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1824: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1826: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1833: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1865: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1867: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:1869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1871: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:1873: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1877: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1879: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:1880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1882: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1891: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1894: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1895: Use xstrlcpy or snprintf instead of STRNCPY (unless this is from Vim) [runtime/printf] [4]
src/nvim/screen.c:1896: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1897: Use xstrlcpy or snprintf instead of STRNCPY (unless this is from Vim) [runtime/printf] [4]
src/nvim/screen.c:1902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1903: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1912: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:1918: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1945: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1945: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1945: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1945: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1945: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1945: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1945: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:1947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1949: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1953: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1956: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:1959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:1990: if should always use braces [readability/braces] [5]
src/nvim/screen.c:1992: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:1994: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2000: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2002: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2024: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2026: for should always use braces [readability/braces] [5]
src/nvim/screen.c:2026: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:2030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2035: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/screen.c:2038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2039: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2084: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2092: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/screen.c:2097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2111: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:2112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2117: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:2117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2118: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:2119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2137: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2139: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2144: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2145: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:2145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2145: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2152: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2155: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2161: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:2161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2166: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:2166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2175: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2183: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2187: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:2187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2189: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:2189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2190: Use operator || instead of or [readability/alt_tokens] [2]
src/nvim/screen.c:2192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2234: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2249: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2251: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2252: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2253: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2253: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2255: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2256: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2267: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2276: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2283: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2289: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2296: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2298: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2324: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2326: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2327: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2329: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2329: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2331: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2341: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2343: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2343: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2345: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2347: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2347: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2349: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:2355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2356: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2358: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2362: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2369: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/screen.c:2373: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2375: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:2376: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2382: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2385: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2387: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2394: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2396: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2398: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2400: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2403: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2405: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2411: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2412: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2423: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2428: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2466: Should leave no spaces after a cast: u'(colnr_T) (' [whitespace/cast] [2]
src/nvim/screen.c:2470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2474: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2476: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2512: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2514: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2518: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2519: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2530: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2533: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2547: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2553: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2569: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2573: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2582: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2583: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2584: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2586: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2587: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2612: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:2622: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:2631: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2660: Missing space after { [whitespace/braces] [5]
src/nvim/screen.c:2660: Missing space before } [whitespace/braces] [5]
src/nvim/screen.c:2674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2696: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/screen.c:2699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2716: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2737: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2740: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2740: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2751: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:2750: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/screen.c:2752: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2753: for should always use braces [readability/braces] [5]
src/nvim/screen.c:2753: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:2755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2755: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2759: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2767: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2785: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:2786: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/screen.c:2796: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:2796: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2799: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2808: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2810: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2812: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2814: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2824: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2828: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2830: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2845: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2858: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2860: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2867: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2874: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2890: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2891: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2892: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2897: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2898: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2903: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/screen.c:2906: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:2931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2933: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2938: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2940: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2944: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2946: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2949: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:2950: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:2953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2960: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2968: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2969: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2970: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:2975: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:2976: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:2978: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2980: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2986: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:2989: if should always use braces [readability/braces] [5]
src/nvim/screen.c:2991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3008: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/screen.c:3012: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3012: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3013: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3014: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3016: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3021: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3024: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3037: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3040: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3041: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3050: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3051: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3053: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3055: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3061: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3063: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3066: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3072: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3073: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3078: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3082: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3083: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3089: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3091: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3107: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3112: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3114: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3121: for should always use braces [readability/braces] [5]
src/nvim/screen.c:3121: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:3147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3149: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3151: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3171: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3175: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3177: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3181: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3183: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3183: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3210: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3211: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3215: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3220: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3221: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3237: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3240: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/screen.c:3247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3254: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3257: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:3258: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:3258: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3261: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3262: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3263: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3268: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3271: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3273: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3277: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3279: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3302: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3307: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3309: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3338: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3349: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3356: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3358: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3383: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/screen.c:3391: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3427: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3430: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3431: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3528: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3542: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3543: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3542: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3543: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3542: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3543: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3542: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3543: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3555: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3558: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3558: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3575: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3578: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3579: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3585: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3594: Use xstrlcpy or snprintf instead of STRNCPY (unless this is from Vim) [runtime/printf] [4]
src/nvim/screen.c:3612: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3613: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3612: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3613: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3668: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3683: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3688: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3691: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3692: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3695: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3742: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3760: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3761: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3787: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3788: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/screen.c:3792: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3795: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3799: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3806: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3810: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3814: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3815: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3816: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3821: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3822: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3835: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3836: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3838: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3839: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3841: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3853: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3854: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3855: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3858: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3859: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3861: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3865: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3872: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3886: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3888: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3890: for should always use braces [readability/braces] [5]
src/nvim/screen.c:3890: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:3891: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3896: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3898: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3899: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3901: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:3903: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3905: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3907: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:3910: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3913: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3951: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3952: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3951: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3952: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:3960: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:3963: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:3964: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:3967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3968: if should always use braces [readability/braces] [5]
src/nvim/screen.c:3971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:3998: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:3999: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4003: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4011: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4013: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:4015: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4018: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:4024: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:4047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4048: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4049: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4053: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4054: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4056: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4057: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4060: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4061: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4062: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4095: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4096: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4098: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4099: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4104: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4105: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4107: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4108: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4117: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/screen.c:4118: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:4119: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4123: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4126: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4128: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4132: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4136: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4144: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:4145: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:4154: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4155: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4159: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4161: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/screen.c:4164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4175: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4183: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4197: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4209: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4211: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4212: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4217: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:4218: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:4223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4243: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4244: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4245: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4248: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4251: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/screen.c:4252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4261: Small and focused functions are preferred: () has 1652 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [2]
src/nvim/screen.c:4264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4272: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:4273: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4274: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4275: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4278: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4291: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4320: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:4328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4328: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4330: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/screen.c:4331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4332: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4338: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4340: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4356: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4357: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4359: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4361: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4372: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4374: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:4379: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4394: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4403: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4406: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4414: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4420: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4428: for should always use braces [readability/braces] [5]
src/nvim/screen.c:4428: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:4432: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4436: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4438: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4441: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4443: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:4453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4456: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4464: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/screen.c:4465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4470: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4471: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4475: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4497: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:4502: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:4503: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4516: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:4523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4528: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/screen.c:4531: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4544: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4550: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4560: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4569: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4570: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4571: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:4572: for should always use braces [readability/braces] [5]
src/nvim/screen.c:4574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4576: while should always use braces [readability/braces] [5]
src/nvim/screen.c:4582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4594: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4595: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4611: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4635: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4651: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/screen.c:4654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4667: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4672: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4677: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4684: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4688: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4690: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:4691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4693: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4695: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4696: for should always use braces [readability/braces] [5]
src/nvim/screen.c:4696: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:4698: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4705: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:4707: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4710: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4711: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4714: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4717: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4719: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4722: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4749: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:4750: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:4754: Use xstrlcpy or snprintf instead of STRNCPY (unless this is from Vim) [runtime/printf] [4]
src/nvim/screen.c:4762: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4768: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4774: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4787: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4789: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4790: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4794: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4802: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4834: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4838: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4840: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4842: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4860: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4883: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4891: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4892: Should leave no spaces after a cast: u'(int) mb_string2cells' [whitespace/cast] [2]
src/nvim/screen.c:4894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4896: for should always use braces [readability/braces] [5]
src/nvim/screen.c:4903: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:4915: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4917: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4922: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4929: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4931: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:4936: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4948: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4950: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4952: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4961: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:4968: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4980: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4983: if should always use braces [readability/braces] [5]
src/nvim/screen.c:4984: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:4988: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:4992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:4996: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/screen.c:5005: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5006: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5016: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5017: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5018: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5022: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5024: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5040: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/screen.c:5042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5045: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5067: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5069: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:5071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5089: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5091: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5092: while should always use braces [readability/braces] [5]
src/nvim/screen.c:5094: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5098: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5103: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5110: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5112: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5115: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:5121: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5128: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5134: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:5135: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:5139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5148: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5163: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5165: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5167: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5169: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5184: Should leave no spaces after a cast: u'(char *) p' [whitespace/cast] [2]
src/nvim/screen.c:5188: Should leave no spaces after a cast: u'(char_u *) tabtab' [whitespace/cast] [2]
src/nvim/screen.c:5197: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5208: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5210: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5210: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:5217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5232: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5234: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5255: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:5256: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5257: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:5258: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5261: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5290: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5295: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5305: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5322: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:5330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5332: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5334: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5336: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5338: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5340: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5340: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:5341: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5343: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:5344: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5355: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:5361: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:5364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5373: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5397: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5398: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5399: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5406: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:5408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5410: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5419: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5421: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5421: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:5425: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:5427: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5443: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:5456: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5457: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5458: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5505: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5507: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5529: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.c:5529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5539: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5540: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5541: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5543: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:5544: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:5550: for should always use braces [readability/braces] [5]
src/nvim/screen.c:5551: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:5552: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5553: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:5553: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:5559: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/screen.c:5573: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5578: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5583: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5592: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/screen.c:5594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5611: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5613: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5621: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5634: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5636: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5637: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:5638: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:5638: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:5642: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5644: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5648: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5650: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5651: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5652: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:5657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5664: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:5665: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5674: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:5678: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/screen.c:5678: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5704: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/screen.c:5767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5777: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5783: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5794: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5799: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5826: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5847: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:5856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5856: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5858: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5858: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5860: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5866: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:5879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5884: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5892: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5893: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5899: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5900: while should always use braces [readability/braces] [5]
src/nvim/screen.c:5902: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5903: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:5904: while should always use braces [readability/braces] [5]
src/nvim/screen.c:5906: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5915: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5918: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5921: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:5926: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:5937: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:5941: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5944: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:5946: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5951: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5952: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5954: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:5955: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5956: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5957: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5958: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5974: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5975: if should always use braces [readability/braces] [5]
src/nvim/screen.c:5976: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:5980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:5992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6005: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6023: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6028: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6045: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6047: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6053: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:6055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6073: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6081: for should always use braces [readability/braces] [5]
src/nvim/screen.c:6081: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6084: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6091: Should leave no spaces after a cast: u'(size_t) Columns' [whitespace/cast] [2]
src/nvim/screen.c:6100: for should always use braces [readability/braces] [5]
src/nvim/screen.c:6100: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6101: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6117: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6123: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6138: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6140: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6142: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6152: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6155: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6156: for should always use braces [readability/braces] [5]
src/nvim/screen.c:6156: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6158: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6159: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6161: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6163: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6165: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6168: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6170: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:6172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6174: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6177: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6178: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6182: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6183: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6184: for should always use braces [readability/braces] [5]
src/nvim/screen.c:6184: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6186: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6187: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6188: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6190: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6192: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6193: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6195: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6196: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6208: for should always use braces [readability/braces] [5]
src/nvim/screen.c:6208: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6224: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6228: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6229: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:6231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6236: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6248: for should always use braces [readability/braces] [5]
src/nvim/screen.c:6248: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6272: Should leave no spaces after a cast: u'(size_t) tpcd_size' [whitespace/cast] [2]
src/nvim/screen.c:6278: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6295: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6297: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6301: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6302: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6303: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6306: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6307: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6308: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6314: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6315: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6324: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6326: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6339: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6344: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6345: for should always use braces [readability/braces] [5]
src/nvim/screen.c:6345: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6347: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6349: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6351: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6353: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6364: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6367: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:6368: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:6371: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:6372: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:6367: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:6368: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:6371: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:6372: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:6365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6368: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:6371: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/screen.c:6376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6390: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6393: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6396: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6399: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6400: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6409: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6411: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6412: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6413: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6414: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:6417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6421: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6422: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6425: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6436: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6456: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6459: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6462: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6463: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6467: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6477: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6478: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6486: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/screen.c:6487: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6493: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/screen.c:6501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6515: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6520: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6523: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:6529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6536: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6539: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6559: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/screen.c:6564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6571: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6579: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6588: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6597: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6613: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/screen.c:6618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6625: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6633: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/screen.c:6642: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6652: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6684: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/screen.c:6686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6692: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6699: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6703: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6716: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6719: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6722: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6728: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6730: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:6738: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:6740: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:6742: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:6743: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6746: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:6748: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:6750: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:6752: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6754: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6764: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6787: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6790: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6796: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6797: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6799: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6799: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6803: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:6804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6808: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6811: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6813: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6816: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6817: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6818: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6887: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/screen.c:6889: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6892: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6915: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:6936: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6938: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6941: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6954: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:6955: for should always use braces [readability/braces] [5]
src/nvim/screen.c:6956: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6957: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:6962: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6968: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:6980: if should always use braces [readability/braces] [5]
src/nvim/screen.c:6985: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/screen.c:6989: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7009: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7011: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:7015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7028: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:7031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7037: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7039: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:7040: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:7044: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7060: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7064: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7076: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7078: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:7082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7105: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7114: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:7117: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7123: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7130: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7137: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7142: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7143: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7153: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:7154: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:7155: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7157: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7165: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:7166: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7167: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:7168: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:7170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7175: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7176: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7177: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7178: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7179: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7180: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7181: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7182: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7183: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7184: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/screen.c:7204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7207: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:7209: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:7215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7220: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7221: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7224: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7225: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7235: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7236: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:7238: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7242: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7247: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7249: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:7251: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:7255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7265: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:7271: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7272: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7273: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/screen.c:7274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7295: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7298: An else should always have braces before it [readability/braces] [5]
src/nvim/screen.c:7299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7302: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7309: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:7312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7313: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7329: Use false instead of FALSE. [readability/bool] [4]
src/nvim/screen.c:7337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7337: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7350: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7353: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/screen.c:7362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7390: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7391: Use true instead of TRUE. [readability/bool] [4]
src/nvim/screen.c:7399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.c:7400: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/screen.c:7402: if should always use braces [readability/braces] [5]
src/nvim/screen.c:7408: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:50: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:81: Missing space after { [whitespace/braces] [5]
src/nvim/search.c:81: Missing space before } [whitespace/braces] [5]
src/nvim/search.c:83: Missing space after { [whitespace/braces] [5]
src/nvim/search.c:83: Missing space before } [whitespace/braces] [5]
src/nvim/search.c:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:88: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:88: Missing space after { [whitespace/braces] [5]
src/nvim/search.c:88: Missing space before } [whitespace/braces] [5]
src/nvim/search.c:89: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:89: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/search.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:90: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:92: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:94: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:100: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:127: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:128: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:139: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:146: if should always use braces [readability/braces] [5]
src/nvim/search.c:148: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:151: if should always use braces [readability/braces] [5]
src/nvim/search.c:153: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:155: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:161: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:162: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:166: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:171: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:172: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:181: if should always use braces [readability/braces] [5]
src/nvim/search.c:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:184: if should always use braces [readability/braces] [5]
src/nvim/search.c:191: if should always use braces [readability/braces] [5]
src/nvim/search.c:196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:218: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:224: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:243: if should always use braces [readability/braces] [5]
src/nvim/search.c:245: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:259: if should always use braces [readability/braces] [5]
src/nvim/search.c:262: if should always use braces [readability/braces] [5]
src/nvim/search.c:298: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:313: if should always use braces [readability/braces] [5]
src/nvim/search.c:317: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:333: if should always use braces [readability/braces] [5]
src/nvim/search.c:334: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:337: if should always use braces [readability/braces] [5]
src/nvim/search.c:339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:339: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:341: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:343: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:345: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:346: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:347: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:348: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:350: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:365: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:372: if should always use braces [readability/braces] [5]
src/nvim/search.c:374: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:410: if should always use braces [readability/braces] [5]
src/nvim/search.c:412: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:413: Should leave no spaces after a cast: u'(char_u *) xstrdup' [whitespace/cast] [2]
src/nvim/search.c:417: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:420: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:421: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:423: if should always use braces [readability/braces] [5]
src/nvim/search.c:428: if should always use braces [readability/braces] [5]
src/nvim/search.c:430: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:435: if should always use braces [readability/braces] [5]
src/nvim/search.c:439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:450: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:452: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:475: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/search.c:474: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/search.c:474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:475: Extra space for operator ! [whitespace/operators] [4]
src/nvim/search.c:482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:482: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/search.c:483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:504: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:507: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:508: if should always use braces [readability/braces] [5]
src/nvim/search.c:513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:516: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:540: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:544: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:557: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:558: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:561: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:563: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:565: if should always use braces [readability/braces] [5]
src/nvim/search.c:568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:569: if should always use braces [readability/braces] [5]
src/nvim/search.c:581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:586: if should always use braces [readability/braces] [5]
src/nvim/search.c:588: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:589: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:597: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:622: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:660: if should always use braces [readability/braces] [5]
src/nvim/search.c:664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:671: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:695: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:706: if should always use braces [readability/braces] [5]
src/nvim/search.c:709: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:712: if should always use braces [readability/braces] [5]
src/nvim/search.c:715: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:716: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:720: if should always use braces [readability/braces] [5]
src/nvim/search.c:724: if should always use braces [readability/braces] [5]
src/nvim/search.c:727: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:728: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:731: if should always use braces [readability/braces] [5]
src/nvim/search.c:733: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:734: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:735: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:736: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:733: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:734: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:735: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:736: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:736: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/search.c:739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:741: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:748: if should always use braces [readability/braces] [5]
src/nvim/search.c:752: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:764: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:766: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:766: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:769: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:772: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:790: if should always use braces [readability/braces] [5]
src/nvim/search.c:793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:799: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:803: if should always use braces [readability/braces] [5]
src/nvim/search.c:804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:806: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:808: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:813: if should always use braces [readability/braces] [5]
src/nvim/search.c:818: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:825: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:825: if should always use braces [readability/braces] [5]
src/nvim/search.c:827: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:829: if should always use braces [readability/braces] [5]
src/nvim/search.c:831: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:833: if should always use braces [readability/braces] [5]
src/nvim/search.c:837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:844: if should always use braces [readability/braces] [5]
src/nvim/search.c:846: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:847: if should always use braces [readability/braces] [5]
src/nvim/search.c:849: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:851: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:852: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:854: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:862: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:863: if should always use braces [readability/braces] [5]
src/nvim/search.c:864: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:886: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:887: if should always use braces [readability/braces] [5]
src/nvim/search.c:897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:941: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:956: if should always use braces [readability/braces] [5]
src/nvim/search.c:958: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:958: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:963: if should always use braces [readability/braces] [5]
src/nvim/search.c:965: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:969: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:972: if should always use braces [readability/braces] [5]
src/nvim/search.c:973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:975: if should always use braces [readability/braces] [5]
src/nvim/search.c:979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:984: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1023: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1026: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1027: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1042: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/search.c:1043: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1044: if should always use braces [readability/braces] [5]
src/nvim/search.c:1046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1046: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1048: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1050: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1051: while should always use braces [readability/braces] [5]
src/nvim/search.c:1052: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1055: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1066: if should always use braces [readability/braces] [5]
src/nvim/search.c:1068: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1074: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1077: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:1082: if should always use braces [readability/braces] [5]
src/nvim/search.c:1084: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1086: if should always use braces [readability/braces] [5]
src/nvim/search.c:1088: if should always use braces [readability/braces] [5]
src/nvim/search.c:1089: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/search.c:1090: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1095: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1109: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:1115: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1117: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1130: for should always use braces [readability/braces] [5]
src/nvim/search.c:1130: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:1131: if should always use braces [readability/braces] [5]
src/nvim/search.c:1133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1138: for should always use braces [readability/braces] [5]
src/nvim/search.c:1138: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:1139: if should always use braces [readability/braces] [5]
src/nvim/search.c:1141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1148: if should always use braces [readability/braces] [5]
src/nvim/search.c:1149: Missing space after , [whitespace/comma] [3]
src/nvim/search.c:1152: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:1159: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:1161: if should always use braces [readability/braces] [5]
src/nvim/search.c:1162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1167: if should always use braces [readability/braces] [5]
src/nvim/search.c:1168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1178: if should always use braces [readability/braces] [5]
src/nvim/search.c:1180: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1182: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1191: while should always use braces [readability/braces] [5]
src/nvim/search.c:1192: if should always use braces [readability/braces] [5]
src/nvim/search.c:1195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1196: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/search.c:1196: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:1197: while should always use braces [readability/braces] [5]
src/nvim/search.c:1198: if should always use braces [readability/braces] [5]
src/nvim/search.c:1204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1212: if should always use braces [readability/braces] [5]
src/nvim/search.c:1221: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1224: if should always use braces [readability/braces] [5]
src/nvim/search.c:1227: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1230: if should always use braces [readability/braces] [5]
src/nvim/search.c:1237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1252: if should always use braces [readability/braces] [5]
src/nvim/search.c:1259: if should always use braces [readability/braces] [5]
src/nvim/search.c:1268: if should always use braces [readability/braces] [5]
src/nvim/search.c:1275: if should always use braces [readability/braces] [5]
src/nvim/search.c:1277: if should always use braces [readability/braces] [5]
src/nvim/search.c:1279: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1281: Should leave no spaces after a cast: u'(colnr_T) (' [whitespace/cast] [2]
src/nvim/search.c:1283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1287: if should always use braces [readability/braces] [5]
src/nvim/search.c:1289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1292: if should always use braces [readability/braces] [5]
src/nvim/search.c:1300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1318: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1327: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/search.c:1328: if should always use braces [readability/braces] [5]
src/nvim/search.c:1329: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/search.c:1332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1333: if should always use braces [readability/braces] [5]
src/nvim/search.c:1335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1335: if should always use braces [readability/braces] [5]
src/nvim/search.c:1337: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1346: if should always use braces [readability/braces] [5]
src/nvim/search.c:1347: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1350: if should always use braces [readability/braces] [5]
src/nvim/search.c:1352: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1364: if should always use braces [readability/braces] [5]
src/nvim/search.c:1367: if should always use braces [readability/braces] [5]
src/nvim/search.c:1372: if should always use braces [readability/braces] [5]
src/nvim/search.c:1375: if should always use braces [readability/braces] [5]
src/nvim/search.c:1378: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1382: if should always use braces [readability/braces] [5]
src/nvim/search.c:1384: if should always use braces [readability/braces] [5]
src/nvim/search.c:1386: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1395: if should always use braces [readability/braces] [5]
src/nvim/search.c:1396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1398: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1431: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1432: if should always use braces [readability/braces] [5]
src/nvim/search.c:1434: if should always use braces [readability/braces] [5]
src/nvim/search.c:1436: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1451: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:1455: if should always use braces [readability/braces] [5]
src/nvim/search.c:1457: for should always use braces [readability/braces] [5]
src/nvim/search.c:1457: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:1458: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/search.c:1461: for should always use braces [readability/braces] [5]
src/nvim/search.c:1462: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:1462: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:1463: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/search.c:1464: if should always use braces [readability/braces] [5]
src/nvim/search.c:1466: if should always use braces [readability/braces] [5]
src/nvim/search.c:1468: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/search.c:1473: if should always use braces [readability/braces] [5]
src/nvim/search.c:1480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1503: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1519: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1525: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1536: if should always use braces [readability/braces] [5]
src/nvim/search.c:1538: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1540: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1551: if should always use braces [readability/braces] [5]
src/nvim/search.c:1557: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1558: if should always use braces [readability/braces] [5]
src/nvim/search.c:1561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1578: if should always use braces [readability/braces] [5]
src/nvim/search.c:1579: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:1580: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:1583: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1584: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/search.c:1587: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1591: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1597: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1600: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1615: if should always use braces [readability/braces] [5]
src/nvim/search.c:1616: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1619: if should always use braces [readability/braces] [5]
src/nvim/search.c:1622: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1623: if should always use braces [readability/braces] [5]
src/nvim/search.c:1628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1629: if should always use braces [readability/braces] [5]
src/nvim/search.c:1631: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1638: for should always use braces [readability/braces] [5]
src/nvim/search.c:1645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1653: if should always use braces [readability/braces] [5]
src/nvim/search.c:1655: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1657: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1663: if should always use braces [readability/braces] [5]
src/nvim/search.c:1665: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:1669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1671: if should always use braces [readability/braces] [5]
src/nvim/search.c:1673: Should leave no spaces after a cast: u'(colnr_T) (' [whitespace/cast] [2]
src/nvim/search.c:1676: if should always use braces [readability/braces] [5]
src/nvim/search.c:1678: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1679: if should always use braces [readability/braces] [5]
src/nvim/search.c:1682: if should always use braces [readability/braces] [5]
src/nvim/search.c:1688: if should always use braces [readability/braces] [5]
src/nvim/search.c:1692: if should always use braces [readability/braces] [5]
src/nvim/search.c:1694: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:1702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1704: if should always use braces [readability/braces] [5]
src/nvim/search.c:1711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1712: if should always use braces [readability/braces] [5]
src/nvim/search.c:1716: if should always use braces [readability/braces] [5]
src/nvim/search.c:1717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1717: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1725: if should always use braces [readability/braces] [5]
src/nvim/search.c:1727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1728: if should always use braces [readability/braces] [5]
src/nvim/search.c:1730: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1732: if should always use braces [readability/braces] [5]
src/nvim/search.c:1736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1741: if should always use braces [readability/braces] [5]
src/nvim/search.c:1745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1746: if should always use braces [readability/braces] [5]
src/nvim/search.c:1749: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1750: if should always use braces [readability/braces] [5]
src/nvim/search.c:1753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1760: if should always use braces [readability/braces] [5]
src/nvim/search.c:1761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1766: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1768: if should always use braces [readability/braces] [5]
src/nvim/search.c:1775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1775: if should always use braces [readability/braces] [5]
src/nvim/search.c:1778: if should always use braces [readability/braces] [5]
src/nvim/search.c:1780: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1781: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1796: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1807: if should always use braces [readability/braces] [5]
src/nvim/search.c:1809: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1810: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/search.c:1811: if should always use braces [readability/braces] [5]
src/nvim/search.c:1814: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/search.c:1815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1819: if should always use braces [readability/braces] [5]
src/nvim/search.c:1820: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:1821: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/search.c:1826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1835: if should always use braces [readability/braces] [5]
src/nvim/search.c:1837: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1840: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1842: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1855: if should always use braces [readability/braces] [5]
src/nvim/search.c:1857: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:1858: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1863: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:1864: if should always use braces [readability/braces] [5]
src/nvim/search.c:1866: if should always use braces [readability/braces] [5]
src/nvim/search.c:1868: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1869: if should always use braces [readability/braces] [5]
src/nvim/search.c:1870: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:1872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1879: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1884: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1885: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1886: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:1887: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1895: if should always use braces [readability/braces] [5]
src/nvim/search.c:1896: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1897: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:1898: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1901: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1906: if should always use braces [readability/braces] [5]
src/nvim/search.c:1907: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1925: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1926: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1936: for should always use braces [readability/braces] [5]
src/nvim/search.c:1936: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:1937: if should always use braces [readability/braces] [5]
src/nvim/search.c:1941: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:1946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1977: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1984: if should always use braces [readability/braces] [5]
src/nvim/search.c:1991: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:1993: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:1998: for should always use braces [readability/braces] [5]
src/nvim/search.c:2001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2004: if should always use braces [readability/braces] [5]
src/nvim/search.c:2006: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:2006: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:2007: if should always use braces [readability/braces] [5]
src/nvim/search.c:2020: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2023: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2035: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2036: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2042: if should always use braces [readability/braces] [5]
src/nvim/search.c:2043: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2044: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:2045: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2047: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2048: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:2050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2051: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2053: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:2055: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:2057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2059: if should always use braces [readability/braces] [5]
src/nvim/search.c:2061: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2064: if should always use braces [readability/braces] [5]
src/nvim/search.c:2069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2075: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:2076: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:2077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2093: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:2094: if should always use braces [readability/braces] [5]
src/nvim/search.c:2097: if should always use braces [readability/braces] [5]
src/nvim/search.c:2102: if should always use braces [readability/braces] [5]
src/nvim/search.c:2109: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:2115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2121: if should always use braces [readability/braces] [5]
src/nvim/search.c:2123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2123: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2133: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2145: if should always use braces [readability/braces] [5]
src/nvim/search.c:2147: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:2149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2170: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2175: if should always use braces [readability/braces] [5]
src/nvim/search.c:2177: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:2181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2213: if should always use braces [readability/braces] [5]
src/nvim/search.c:2215: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2217: if should always use braces [readability/braces] [5]
src/nvim/search.c:2219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2232: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2233: if should always use braces [readability/braces] [5]
src/nvim/search.c:2234: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2240: if should always use braces [readability/braces] [5]
src/nvim/search.c:2242: while should always use braces [readability/braces] [5]
src/nvim/search.c:2243: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/search.c:2248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2248: if should always use braces [readability/braces] [5]
src/nvim/search.c:2254: if should always use braces [readability/braces] [5]
src/nvim/search.c:2256: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2262: while should always use braces [readability/braces] [5]
src/nvim/search.c:2263: if should always use braces [readability/braces] [5]
src/nvim/search.c:2272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2281: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:2282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2294: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/search.c:2294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2302: if should always use braces [readability/braces] [5]
src/nvim/search.c:2305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2312: if should always use braces [readability/braces] [5]
src/nvim/search.c:2315: if should always use braces [readability/braces] [5]
src/nvim/search.c:2318: if should always use braces [readability/braces] [5]
src/nvim/search.c:2326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2326: if should always use braces [readability/braces] [5]
src/nvim/search.c:2327: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2331: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2334: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:2339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2346: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:2347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2350: if should always use braces [readability/braces] [5]
src/nvim/search.c:2353: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:2357: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2358: if should always use braces [readability/braces] [5]
src/nvim/search.c:2364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2414: if should always use braces [readability/braces] [5]
src/nvim/search.c:2416: if should always use braces [readability/braces] [5]
src/nvim/search.c:2419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2420: if should always use braces [readability/braces] [5]
src/nvim/search.c:2423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2428: if should always use braces [readability/braces] [5]
src/nvim/search.c:2433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2434: if should always use braces [readability/braces] [5]
src/nvim/search.c:2437: if should always use braces [readability/braces] [5]
src/nvim/search.c:2442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2448: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:2449: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:2451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2464: if should always use braces [readability/braces] [5]
src/nvim/search.c:2468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2474: if should always use braces [readability/braces] [5]
src/nvim/search.c:2476: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2476: if should always use braces [readability/braces] [5]
src/nvim/search.c:2479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2482: if should always use braces [readability/braces] [5]
src/nvim/search.c:2485: if should always use braces [readability/braces] [5]
src/nvim/search.c:2489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2496: if should always use braces [readability/braces] [5]
src/nvim/search.c:2500: if should always use braces [readability/braces] [5]
src/nvim/search.c:2507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2523: if should always use braces [readability/braces] [5]
src/nvim/search.c:2526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2526: if should always use braces [readability/braces] [5]
src/nvim/search.c:2530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2535: if should always use braces [readability/braces] [5]
src/nvim/search.c:2538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2538: if should always use braces [readability/braces] [5]
src/nvim/search.c:2542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2545: if should always use braces [readability/braces] [5]
src/nvim/search.c:2549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2551: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2580: if should always use braces [readability/braces] [5]
src/nvim/search.c:2583: if should always use braces [readability/braces] [5]
src/nvim/search.c:2586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2594: if should always use braces [readability/braces] [5]
src/nvim/search.c:2597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2602: if should always use braces [readability/braces] [5]
src/nvim/search.c:2605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2605: if should always use braces [readability/braces] [5]
src/nvim/search.c:2609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2612: if should always use braces [readability/braces] [5]
src/nvim/search.c:2615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2617: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2627: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:2628: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:2630: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2641: if should always use braces [readability/braces] [5]
src/nvim/search.c:2643: if should always use braces [readability/braces] [5]
src/nvim/search.c:2646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2650: while should always use braces [readability/braces] [5]
src/nvim/search.c:2651: if should always use braces [readability/braces] [5]
src/nvim/search.c:2655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2659: if should always use braces [readability/braces] [5]
src/nvim/search.c:2661: if should always use braces [readability/braces] [5]
src/nvim/search.c:2668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2674: while should always use braces [readability/braces] [5]
src/nvim/search.c:2675: if should always use braces [readability/braces] [5]
src/nvim/search.c:2676: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2677: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2680: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2689: if should always use braces [readability/braces] [5]
src/nvim/search.c:2692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2715: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:2716: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:2718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2723: if should always use braces [readability/braces] [5]
src/nvim/search.c:2725: if should always use braces [readability/braces] [5]
src/nvim/search.c:2731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2735: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:2736: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:2739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2746: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2752: if should always use braces [readability/braces] [5]
src/nvim/search.c:2755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2772: if should always use braces [readability/braces] [5]
src/nvim/search.c:2772: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2782: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2783: if should always use braces [readability/braces] [5]
src/nvim/search.c:2785: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:2788: if should always use braces [readability/braces] [5]
src/nvim/search.c:2789: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2800: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2803: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2812: if should always use braces [readability/braces] [5]
src/nvim/search.c:2815: if should always use braces [readability/braces] [5]
src/nvim/search.c:2815: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2818: if should always use braces [readability/braces] [5]
src/nvim/search.c:2818: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2826: if should always use braces [readability/braces] [5]
src/nvim/search.c:2829: if should always use braces [readability/braces] [5]
src/nvim/search.c:2829: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2836: if should always use braces [readability/braces] [5]
src/nvim/search.c:2839: if should always use braces [readability/braces] [5]
src/nvim/search.c:2839: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2843: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2861: if should always use braces [readability/braces] [5]
src/nvim/search.c:2863: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:2867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2871: if should always use braces [readability/braces] [5]
src/nvim/search.c:2875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2875: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2877: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:2883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2913: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2918: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2925: if should always use braces [readability/braces] [5]
src/nvim/search.c:2926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2926: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2927: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:2928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2931: if should always use braces [readability/braces] [5]
src/nvim/search.c:2934: if should always use braces [readability/braces] [5]
src/nvim/search.c:2937: if should always use braces [readability/braces] [5]
src/nvim/search.c:2942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2950: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2951: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2951: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/search.c:2952: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2956: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2961: if should always use braces [readability/braces] [5]
src/nvim/search.c:2963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2963: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:2967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2967: if should always use braces [readability/braces] [5]
src/nvim/search.c:2970: if should always use braces [readability/braces] [5]
src/nvim/search.c:2971: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2976: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2980: while should always use braces [readability/braces] [5]
src/nvim/search.c:2983: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:2986: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:2990: if should always use braces [readability/braces] [5]
src/nvim/search.c:2992: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:2992: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:2994: if should always use braces [readability/braces] [5]
src/nvim/search.c:2995: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:2997: if should always use braces [readability/braces] [5]
src/nvim/search.c:2998: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:2999: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3011: if should always use braces [readability/braces] [5]
src/nvim/search.c:3013: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:3018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3019: if should always use braces [readability/braces] [5]
src/nvim/search.c:3021: if should always use braces [readability/braces] [5]
src/nvim/search.c:3022: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3028: if should always use braces [readability/braces] [5]
src/nvim/search.c:3030: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3042: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:3043: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:3046: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3057: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3068: if should always use braces [readability/braces] [5]
src/nvim/search.c:3069: while should always use braces [readability/braces] [5]
src/nvim/search.c:3070: if should always use braces [readability/braces] [5]
src/nvim/search.c:3072: if should always use braces [readability/braces] [5]
src/nvim/search.c:3073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3074: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3078: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:3096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3115: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:3121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3140: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:3153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3159: if should always use braces [readability/braces] [5]
src/nvim/search.c:3161: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3164: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3189: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3191: for should always use braces [readability/braces] [5]
src/nvim/search.c:3196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3197: if should always use braces [readability/braces] [5]
src/nvim/search.c:3198: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3203: if should always use braces [readability/braces] [5]
src/nvim/search.c:3206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3206: if should always use braces [readability/braces] [5]
src/nvim/search.c:3209: if should always use braces [readability/braces] [5]
src/nvim/search.c:3210: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3217: if should always use braces [readability/braces] [5]
src/nvim/search.c:3218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3222: if should always use braces [readability/braces] [5]
src/nvim/search.c:3223: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3227: if should always use braces [readability/braces] [5]
src/nvim/search.c:3228: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3230: if should always use braces [readability/braces] [5]
src/nvim/search.c:3237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3240: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:3241: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:3244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3268: if should always use braces [readability/braces] [5]
src/nvim/search.c:3269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3278: while should always use braces [readability/braces] [5]
src/nvim/search.c:3279: if should always use braces [readability/braces] [5]
src/nvim/search.c:3282: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3284: while should always use braces [readability/braces] [5]
src/nvim/search.c:3285: if should always use braces [readability/braces] [5]
src/nvim/search.c:3287: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:3288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3289: while should always use braces [readability/braces] [5]
src/nvim/search.c:3290: if should always use braces [readability/braces] [5]
src/nvim/search.c:3297: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3298: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:3302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3306: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:3308: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3309: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3310: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3311: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3323: for should always use braces [readability/braces] [5]
src/nvim/search.c:3324: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/search.c:3332: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/search.c:3333: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/search.c:3336: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3352: while should always use braces [readability/braces] [5]
src/nvim/search.c:3353: if should always use braces [readability/braces] [5]
src/nvim/search.c:3370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3372: while should always use braces [readability/braces] [5]
src/nvim/search.c:3380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3383: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:3391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3400: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3421: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:3422: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:3425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3436: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3440: if should always use braces [readability/braces] [5]
src/nvim/search.c:3445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3450: if should always use braces [readability/braces] [5]
src/nvim/search.c:3452: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3462: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:3470: if should always use braces [readability/braces] [5]
src/nvim/search.c:3473: if should always use braces [readability/braces] [5]
src/nvim/search.c:3480: if should always use braces [readability/braces] [5]
src/nvim/search.c:3482: if should always use braces [readability/braces] [5]
src/nvim/search.c:3493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3499: if should always use braces [readability/braces] [5]
src/nvim/search.c:3501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3502: if should always use braces [readability/braces] [5]
src/nvim/search.c:3505: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3512: while should always use braces [readability/braces] [5]
src/nvim/search.c:3513: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3515: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3517: if should always use braces [readability/braces] [5]
src/nvim/search.c:3518: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3520: if should always use braces [readability/braces] [5]
src/nvim/search.c:3523: if should always use braces [readability/braces] [5]
src/nvim/search.c:3527: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3531: while should always use braces [readability/braces] [5]
src/nvim/search.c:3534: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3537: if should always use braces [readability/braces] [5]
src/nvim/search.c:3540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3543: if should always use braces [readability/braces] [5]
src/nvim/search.c:3544: while should always use braces [readability/braces] [5]
src/nvim/search.c:3546: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3553: if should always use braces [readability/braces] [5]
src/nvim/search.c:3554: while should always use braces [readability/braces] [5]
src/nvim/search.c:3555: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3560: if should always use braces [readability/braces] [5]
src/nvim/search.c:3564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3584: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:3585: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:3589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3596: if should always use braces [readability/braces] [5]
src/nvim/search.c:3598: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3599: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3600: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3602: if should always use braces [readability/braces] [5]
src/nvim/search.c:3604: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3605: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3616: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:3617: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:3621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3627: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3630: if should always use braces [readability/braces] [5]
src/nvim/search.c:3631: while should always use braces [readability/braces] [5]
src/nvim/search.c:3632: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3633: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3634: if should always use braces [readability/braces] [5]
src/nvim/search.c:3635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3636: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3646: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:3647: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:3650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3658: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3658: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:3659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3659: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3660: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3661: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3667: if should always use braces [readability/braces] [5]
src/nvim/search.c:3673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3692: while should always use braces [readability/braces] [5]
src/nvim/search.c:3694: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:3700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3703: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3706: if should always use braces [readability/braces] [5]
src/nvim/search.c:3707: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3709: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3711: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3717: if should always use braces [readability/braces] [5]
src/nvim/search.c:3718: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3720: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3733: if should always use braces [readability/braces] [5]
src/nvim/search.c:3735: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3746: if should always use braces [readability/braces] [5]
src/nvim/search.c:3747: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3750: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3751: if should always use braces [readability/braces] [5]
src/nvim/search.c:3752: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3755: if should always use braces [readability/braces] [5]
src/nvim/search.c:3760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3765: if should always use braces [readability/braces] [5]
src/nvim/search.c:3766: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3771: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3772: if should always use braces [readability/braces] [5]
src/nvim/search.c:3773: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:3776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3779: if should always use braces [readability/braces] [5]
src/nvim/search.c:3780: while should always use braces [readability/braces] [5]
src/nvim/search.c:3781: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3782: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3783: while should always use braces [readability/braces] [5]
src/nvim/search.c:3784: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3789: if should always use braces [readability/braces] [5]
src/nvim/search.c:3792: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:3795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3816: if should always use braces [readability/braces] [5]
src/nvim/search.c:3817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3819: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/search.c:3823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3824: if should always use braces [readability/braces] [5]
src/nvim/search.c:3827: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3842: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:3845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3858: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:3859: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:3861: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3870: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3871: if should always use braces [readability/braces] [5]
src/nvim/search.c:3874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3882: if should always use braces [readability/braces] [5]
src/nvim/search.c:3884: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3887: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:3890: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3906: if should always use braces [readability/braces] [5]
src/nvim/search.c:3910: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3911: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3919: if should always use braces [readability/braces] [5]
src/nvim/search.c:3924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3945: if should always use braces [readability/braces] [5]
src/nvim/search.c:3947: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:3949: if should always use braces [readability/braces] [5]
src/nvim/search.c:3953: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:3957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:3960: if should always use braces [readability/braces] [5]
src/nvim/search.c:3962: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:3965: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/search.c:3968: if should always use braces [readability/braces] [5]
src/nvim/search.c:3996: if should always use braces [readability/braces] [5]
src/nvim/search.c:3997: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4055: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/search.c:4056: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/search.c:4063: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/search.c:4057: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4062: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/search.c:4062: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4062: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/search.c:4065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4066: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4092: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4093: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4094: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4115: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/search.c:4116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4120: if should always use braces [readability/braces] [5]
src/nvim/search.c:4126: if should always use braces [readability/braces] [5]
src/nvim/search.c:4128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4128: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4132: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4133: if should always use braces [readability/braces] [5]
src/nvim/search.c:4135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4135: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4142: if should always use braces [readability/braces] [5]
src/nvim/search.c:4144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4144: if should always use braces [readability/braces] [5]
src/nvim/search.c:4154: if should always use braces [readability/braces] [5]
src/nvim/search.c:4155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4161: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:4162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4164: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4165: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4188: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4206: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4208: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4209: for should always use braces [readability/braces] [5]
src/nvim/search.c:4214: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/search.c:4214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4216: for should always use braces [readability/braces] [5]
src/nvim/search.c:4219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4235: for should always use braces [readability/braces] [5]
src/nvim/search.c:4237: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/search.c:4238: for should always use braces [readability/braces] [5]
src/nvim/search.c:4239: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/search.c:4243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4249: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/search.c:4251: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4252: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4254: if should always use braces [readability/braces] [5]
src/nvim/search.c:4255: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4264: if should always use braces [readability/braces] [5]
src/nvim/search.c:4266: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:4270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4277: for should always use braces [readability/braces] [5]
src/nvim/search.c:4283: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4285: for should always use braces [readability/braces] [5]
src/nvim/search.c:4292: if should always use braces [readability/braces] [5]
src/nvim/search.c:4295: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:4295: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:4300: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4304: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4306: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4307: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/search.c:4308: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4309: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4310: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4314: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4317: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/search.c:4321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4326: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4335: while should always use braces [readability/braces] [5]
src/nvim/search.c:4337: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4348: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4353: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/search.c:4355: if should always use braces [readability/braces] [5]
src/nvim/search.c:4357: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4360: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4379: if should always use braces [readability/braces] [5]
src/nvim/search.c:4381: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:4385: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4387: if should always use braces [readability/braces] [5]
src/nvim/search.c:4389: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4392: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4393: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4406: if should always use braces [readability/braces] [5]
src/nvim/search.c:4408: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4412: if should always use braces [readability/braces] [5]
src/nvim/search.c:4420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4421: Use xstrlcpy or snprintf instead of STRNCPY (unless this is from Vim) [runtime/printf] [4]
src/nvim/search.c:4423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4427: if should always use braces [readability/braces] [5]
src/nvim/search.c:4430: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:4431: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4442: if should always use braces [readability/braces] [5]
src/nvim/search.c:4444: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4453: if should always use braces [readability/braces] [5]
src/nvim/search.c:4455: Use xstrlcpy or snprintf instead of STRNCPY (unless this is from Vim) [runtime/printf] [4]
src/nvim/search.c:4462: if should always use braces [readability/braces] [5]
src/nvim/search.c:4467: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4468: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4469: if should always use braces [readability/braces] [5]
src/nvim/search.c:4470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4472: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:4475: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4476: if should always use braces [readability/braces] [5]
src/nvim/search.c:4477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4477: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4479: if should always use braces [readability/braces] [5]
src/nvim/search.c:4480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4481: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/search.c:4481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4481: if should always use braces [readability/braces] [5]
src/nvim/search.c:4486: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4487: if should always use braces [readability/braces] [5]
src/nvim/search.c:4489: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4490: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4491: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4488: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4495: for should always use braces [readability/braces] [5]
src/nvim/search.c:4495: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/search.c:4496: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4498: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4499: if should always use braces [readability/braces] [5]
src/nvim/search.c:4503: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:4505: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4506: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4507: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4515: if should always use braces [readability/braces] [5]
src/nvim/search.c:4520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4522: if should always use braces [readability/braces] [5]
src/nvim/search.c:4523: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4523: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4525: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/search.c:4529: if should always use braces [readability/braces] [5]
src/nvim/search.c:4530: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/search.c:4529: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4530: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4539: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4552: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4555: if should always use braces [readability/braces] [5]
src/nvim/search.c:4563: if should always use braces [readability/braces] [5]
src/nvim/search.c:4565: if should always use braces [readability/braces] [5]
src/nvim/search.c:4568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4576: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4579: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4582: if should always use braces [readability/braces] [5]
src/nvim/search.c:4585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4589: if should always use braces [readability/braces] [5]
src/nvim/search.c:4591: if should always use braces [readability/braces] [5]
src/nvim/search.c:4594: if should always use braces [readability/braces] [5]
src/nvim/search.c:4600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4607: for should always use braces [readability/braces] [5]
src/nvim/search.c:4613: if should always use braces [readability/braces] [5]
src/nvim/search.c:4615: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:4621: if should always use braces [readability/braces] [5]
src/nvim/search.c:4623: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:4625: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:4628: if should always use braces [readability/braces] [5]
src/nvim/search.c:4638: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/search.c:4642: if should always use braces [readability/braces] [5]
src/nvim/search.c:4643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4644: An else should always have braces before it [readability/braces] [5]
src/nvim/search.c:4645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4645: Use true instead of TRUE. [readability/bool] [4]
src/nvim/search.c:4646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4646: if should always use braces [readability/braces] [5]
src/nvim/search.c:4651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4652: if should always use braces [readability/braces] [5]
src/nvim/search.c:4653: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4654: if should always use braces [readability/braces] [5]
src/nvim/search.c:4655: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4659: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/search.c:4661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4661: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/search.c:4662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4666: Use false instead of FALSE. [readability/bool] [4]
src/nvim/search.c:4667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4670: if should always use braces [readability/braces] [5]
src/nvim/search.c:4674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.c:4674: if should always use braces [readability/braces] [5]
src/nvim/search.c:4676: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/search.c:4678: if should always use braces [readability/braces] [5]
src/nvim/sha256.c:88: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/sha256.c:188: Should leave no spaces after a cast: u'(uint32_t) length' [whitespace/cast] [2]
src/nvim/sha256.c:280: Should leave no spaces after a cast: u'(char *) hexit' [whitespace/cast] [2]
src/nvim/sha256.c:323: Should leave no spaces after a cast: u'(char_u *) sha_self_test_msg' [whitespace/cast] [2]
src/nvim/shada.c:65: Should leave no spaces after a cast: u'(char *) copy_option_part' [whitespace/cast] [2]
src/nvim/shada.c:67: Should leave no spaces after a cast: u'(const char *) find_shada_parameter' [whitespace/cast] [2]
src/nvim/shada.c:86: Should leave no spaces after a cast: u'(char_u *) f' [whitespace/cast] [2]
src/nvim/shada.c:608: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/shada.c:612: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/shada.c:691: Should leave no spaces after a cast: u'(int) ret' [whitespace/cast] [2]
src/nvim/shada.c:775: Should leave no spaces after a cast: u'(uint64_t) offset' [whitespace/cast] [2]
src/nvim/shada.c:832: Should leave no spaces after a cast: u'(uintptr_t) buf' [whitespace/cast] [2]
src/nvim/shada.c:850: Should leave no spaces after a cast: u'(ShaDaWriteDef *) data' [whitespace/cast] [2]
src/nvim/shada.c:940: Should leave no spaces after a cast: u'(char *) hist_he' [whitespace/cast] [2]
src/nvim/shada.c:941: Should leave no spaces after a cast: u'(char) (' [whitespace/cast] [2]
src/nvim/shada.c:942: Should leave no spaces after a cast: u'(char) hist_he' [whitespace/cast] [2]
src/nvim/shada.c:1069: Should leave no spaces after a cast: u'(int) (' [whitespace/cast] [2]
src/nvim/shada.c:1070: Should leave no spaces after a cast: u'(char_u *) cur_entry' [whitespace/cast] [2]
src/nvim/shada.c:1075: Should leave no spaces after a cast: u'(int) (' [whitespace/cast] [2]
src/nvim/shada.c:1136: Should leave no spaces after a cast: u'(int) jumps_size' [whitespace/cast] [2]
src/nvim/shada.c:1153: Should leave no spaces after a cast: u'(size_t) i' [whitespace/cast] [2]
src/nvim/shada.c:1157: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/shada.c:1163: Should leave no spaces after a cast: u'(size_t) jl_len' [whitespace/cast] [2]
src/nvim/shada.c:1191: Should leave no spaces after a cast: u'(unsigned) (' [whitespace/cast] [2]
src/nvim/shada.c:1218: Should leave no spaces after a cast: u'(size_t) p_hi' [whitespace/cast] [2]
src/nvim/shada.c:1281: Should leave no spaces after a cast: u'(char_u *) cur_entry' [whitespace/cast] [2]
src/nvim/shada.c:1313: Should leave no spaces after a cast: u'(void) regtilde' [whitespace/cast] [2]
src/nvim/shada.c:1345: Should leave no spaces after a cast: u'(colnr_T) cur_entry' [whitespace/cast] [2]
src/nvim/shada.c:1369: Should leave no spaces after a cast: u'(char_u *) (' [whitespace/cast] [2]
src/nvim/shada.c:1438: Should leave no spaces after a cast: u'(void) kh_put' [whitespace/cast] [2]
src/nvim/shada.c:1467: Should leave no spaces after a cast: u'(void) kh_put' [whitespace/cast] [2]
src/nvim/shada.c:1507: Should leave no spaces after a cast: u'(void) tp' [whitespace/cast] [2]
src/nvim/shada.c:1516: Should leave no spaces after a cast: u'(void *) key' [whitespace/cast] [2]
src/nvim/shada.c:1561: Should leave no spaces after a cast: u'(const char *) &(' [whitespace/cast] [2]
src/nvim/shada.c:1625: Should leave no spaces after a cast: u'(const char *) hi' [whitespace/cast] [2]
src/nvim/shada.c:1627: Should leave no spaces after a cast: u'(const char *) hi' [whitespace/cast] [2]
src/nvim/shada.c:1640: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/shada.c:1647: Should leave no spaces after a cast: u'(unsigned) entry' [whitespace/cast] [2]
src/nvim/shada.c:1655: Should leave no spaces after a cast: u'(size_t) is_hist_search' [whitespace/cast] [2]
src/nvim/shada.c:1663: Should leave no spaces after a cast: u'(uint8_t) entry' [whitespace/cast] [2]
src/nvim/shada.c:1670: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/shada.c:1692: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/shada.c:1703: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/shada.c:1715: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/shada.c:1754: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/shada.c:1760: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/shada.c:1780: Should leave no spaces after a cast: u'(uint8_t) entry' [whitespace/cast] [2]
src/nvim/shada.c:1787: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/shada.c:1792: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/shada.c:1809: Should leave no spaces after a cast: u'(uint64_t) entry' [whitespace/cast] [2]
src/nvim/shada.c:1817: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/shada.c:1819: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/shada.c:1821: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/shada.c:1824: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/shada.c:1835: Should leave no spaces after a cast: u'(uint64_t) entry' [whitespace/cast] [2]
src/nvim/shada.c:1840: Should leave no spaces after a cast: u'(uint64_t) entry' [whitespace/cast] [2]
src/nvim/shada.c:1858: Should leave no spaces after a cast: u'(int64_t) obj' [whitespace/cast] [2]
src/nvim/shada.c:1877: Should leave no spaces after a cast: u'(uint64_t) entry' [whitespace/cast] [2]
src/nvim/shada.c:1881: Should leave no spaces after a cast: u'(uint64_t) entry' [whitespace/cast] [2]
src/nvim/shada.c:1885: Should leave no spaces after a cast: u'(uint64_t) sbuf' [whitespace/cast] [2]
src/nvim/shada.c:1887: Should leave no spaces after a cast: u'(unsigned) sbuf' [whitespace/cast] [2]
src/nvim/shada.c:2084: Should leave no spaces after a cast: u'(uint64_t) initial_fpos' [whitespace/cast] [2]
src/nvim/shada.c:2101: Should leave no spaces after a cast: u'(uint64_t) initial_fpos' [whitespace/cast] [2]
src/nvim/shada.c:2109: Should leave no spaces after a cast: u'(uint64_t) initial_fpos' [whitespace/cast] [2]
src/nvim/shada.c:2249: Should leave no spaces after a cast: u'(const char *) entry' [whitespace/cast] [2]
src/nvim/shada.c:2461: Should leave no spaces after a cast: u'(size_t) max_kbyte_i' [whitespace/cast] [2]
src/nvim/shada.c:2462: Should leave no spaces after a cast: u'(size_t) get_shada_parameter' [whitespace/cast] [2]
src/nvim/shada.c:2475: Should leave no spaces after a cast: u'(size_t) num_saved' [whitespace/cast] [2]
src/nvim/shada.c:2481: Should leave no spaces after a cast: u'(unsigned) (' [whitespace/cast] [2]
src/nvim/shada.c:2503: Should leave no spaces after a cast: u'(char *) buf' [whitespace/cast] [2]
src/nvim/shada.c:2505: Should leave no spaces after a cast: u'(void) kh_put' [whitespace/cast] [2]
src/nvim/shada.c:2523: Should leave no spaces after a cast: u'(Integer) max_kbyte' [whitespace/cast] [2]
src/nvim/shada.c:2525: Should leave no spaces after a cast: u'(Integer) os_get_pid' [whitespace/cast] [2]
src/nvim/shada.c:2527: Should leave no spaces after a cast: u'(char *) p_enc' [whitespace/cast] [2]
src/nvim/shada.c:2570: Should leave no spaces after a cast: u'(char *) name' [whitespace/cast] [2]
src/nvim/shada.c:2585: Should leave no spaces after a cast: u'(void) kh_put' [whitespace/cast] [2]
src/nvim/shada.c:2613: Should leave no spaces after a cast: u'(char *) sub' [whitespace/cast] [2]
src/nvim/shada.c:2637: Should leave no spaces after a cast: u'(char *) (' [whitespace/cast] [2]
src/nvim/shada.c:2652: Should leave no spaces after a cast: u'(char *) fname' [whitespace/cast] [2]
src/nvim/shada.c:2673: Should leave no spaces after a cast: u'(const char *) fm' [whitespace/cast] [2]
src/nvim/shada.c:2676: Should leave no spaces after a cast: u'(const char *) fm' [whitespace/cast] [2]
src/nvim/shada.c:2683: Should leave no spaces after a cast: u'(const char *) buf' [whitespace/cast] [2]
src/nvim/shada.c:2695: Should leave no spaces after a cast: u'(char *) fname' [whitespace/cast] [2]
src/nvim/shada.c:2723: Should leave no spaces after a cast: u'(char **) reg' [whitespace/cast] [2]
src/nvim/shada.c:2724: Should leave no spaces after a cast: u'(size_t) reg' [whitespace/cast] [2]
src/nvim/shada.c:2726: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/shada.c:2743: Should leave no spaces after a cast: u'(const char *) buf' [whitespace/cast] [2]
src/nvim/shada.c:2767: Should leave no spaces after a cast: u'(char *) fname' [whitespace/cast] [2]
src/nvim/shada.c:2787: Should leave no spaces after a cast: u'(char *) fname' [whitespace/cast] [2]
src/nvim/shada.c:2797: Should leave no spaces after a cast: u'(size_t) buf' [whitespace/cast] [2]
src/nvim/shada.c:2857: Should leave no spaces after a cast: u'(void *) all_file_markss' [whitespace/cast] [2]
src/nvim/shada.c:2963: Should leave no spaces after a cast: u'(int) os_getperm' [whitespace/cast] [2]
src/nvim/shada.c:3210: Should leave no spaces after a cast: u'(uint8_t *) &big_endian_64_bits' [whitespace/cast] [2]
src/nvim/shada.c:3213: Should leave no spaces after a cast: u'(uint64_t) buf' [whitespace/cast] [2]
src/nvim/shada.c:3284: Should leave no spaces after a cast: u'(uint64_t) fpos' [whitespace/cast] [2]
src/nvim/shada.c:3291: Should leave no spaces after a cast: u'(uint64_t) (' [whitespace/cast] [2]
src/nvim/shada.c:3314: Should leave no spaces after a cast: u'(uint64_t) fpos' [whitespace/cast] [2]
src/nvim/shada.c:3319: Should leave no spaces after a cast: u'(char *) &buf' [whitespace/cast] [2]
src/nvim/shada.c:3424: Should leave no spaces after a cast: u'(size_t) ad_ga' [whitespace/cast] [2]
src/nvim/shada.c:3442: Should leave no spaces after a cast: u'(uint32_t) ad_ga' [whitespace/cast] [2]
src/nvim/shada.c:3463: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/shada.c:3468: Should leave no spaces after a cast: u'(uint32_t) (' [whitespace/cast] [2]
src/nvim/shada.c:3514: Should leave no spaces after a cast: u'(uint64_t) kSDItemMissing' [whitespace/cast] [2]
src/nvim/shada.c:3518: Should leave no spaces after a cast: u'(uint64_t) sd_reader' [whitespace/cast] [2]
src/nvim/shada.c:3536: Should leave no spaces after a cast: u'(size_t) length_u64' [whitespace/cast] [2]
src/nvim/shada.c:3537: Should leave no spaces after a cast: u'(Timestamp) timestamp_u64' [whitespace/cast] [2]
src/nvim/shada.c:3553: Should leave no spaces after a cast: u'(unsigned) (' [whitespace/cast] [2]
src/nvim/shada.c:3610: Should leave no spaces after a cast: u'(ShadaEntryType) type_u64' [whitespace/cast] [2]
src/nvim/shada.c:3787: Should leave no spaces after a cast: u'(uint8_t) unpacked' [whitespace/cast] [2]
src/nvim/shada.c:3803: Should leave no spaces after a cast: u'(char) unpacked' [whitespace/cast] [2]
src/nvim/shada.c:3975: Should leave no spaces after a cast: u'(ShadaEntryType) type_u64' [whitespace/cast] [2]
src/nvim/shada.c:3984: Should leave no spaces after a cast: u'(ShadaEntryType) type_u64' [whitespace/cast] [2]
src/nvim/shada.c:4024: Should leave no spaces after a cast: u'(char *) p_shada' [whitespace/cast] [2]
src/nvim/shada.c:4025: Should leave no spaces after a cast: u'(void) copy_option_part' [whitespace/cast] [2]
src/nvim/spell.c:295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/spell.c:334: Found C system header after other header. Should be: c system, c++ system, other. [build/include_order] [4]
src/nvim/spell.c:385: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/spell.c:387: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/spell.c:759: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/spell.c:876: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/spell.c:882: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/spell.c:901: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/spell.c:991: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/spell.c:1108: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/spell.c:1108: Should leave no spaces after a cast: u'(char_u*) skipbin' [whitespace/cast] [2]
src/nvim/spell.c:1162: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:1191: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1296: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1315: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/spell.c:1318: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1333: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1348: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1353: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1354: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1356: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1361: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1366: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1372: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1374: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:1376: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:1376: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1383: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1388: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1389: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1395: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1397: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1399: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1400: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1411: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1415: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1418: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1421: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1433: for should always use braces [readability/braces] [5]
src/nvim/spell.c:1444: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1459: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1466: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/spell.c:1468: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1469: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1470: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1471: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1475: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1495: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1500: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1503: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1503: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1508: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1515: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1517: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1521: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1522: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1523: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1524: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1529: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1538: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1541: for should always use braces [readability/braces] [5]
src/nvim/spell.c:1543: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1546: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1556: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1574: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1576: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:1579: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1581: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1588: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/spell.c:1603: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1615: for should always use braces [readability/braces] [5]
src/nvim/spell.c:1623: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1624: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1625: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1629: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:1632: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1658: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1661: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1662: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1663: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1671: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1678: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1680: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:1682: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1684: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:1686: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1688: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:1698: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1704: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1707: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1711: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1722: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:1738: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1753: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1758: for should always use braces [readability/braces] [5]
src/nvim/spell.c:1758: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:1762: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1764: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1770: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1779: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:1783: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1784: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1812: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:1815: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:1817: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1820: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1826: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1827: while should always use braces [readability/braces] [5]
src/nvim/spell.c:1828: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1830: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1832: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1834: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1839: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1852: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:1866: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:1870: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1875: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1885: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1915: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1934: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1949: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1950: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:1956: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1963: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:1964: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1969: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1974: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1983: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1985: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:1987: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:1987: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:1994: if should always use braces [readability/braces] [5]
src/nvim/spell.c:1999: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:2000: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:2018: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2022: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:2023: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:2060: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:2087: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2103: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:2114: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2118: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2120: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:2123: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2128: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:2134: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2136: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:2143: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2169: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:2169: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:2170: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2172: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:2184: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2195: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:2213: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2220: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2223: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2224: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:2225: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:2227: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:2227: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:2232: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2237: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2238: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:2239: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:2241: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:2241: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:2246: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2252: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2257: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2259: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:2263: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:2266: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2287: while should always use braces [readability/braces] [5]
src/nvim/spell.c:2318: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2330: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2332: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:2332: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:2332: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:2350: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:2351: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:2364: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/spell.c:2365: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2375: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:2384: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2405: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/spell.c:2415: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/spell.c:2451: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2517: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2519: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:2538: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:2559: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2561: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:2582: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:2590: for should always use braces [readability/braces] [5]
src/nvim/spell.c:2590: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2610: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2614: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2621: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2635: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2661: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2693: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2695: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2706: while should always use braces [readability/braces] [5]
src/nvim/spell.c:2707: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2721: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2727: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2732: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2737: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:2738: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2750: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2753: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2758: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2778: for should always use braces [readability/braces] [5]
src/nvim/spell.c:2778: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2785: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2789: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2800: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2802: for should always use braces [readability/braces] [5]
src/nvim/spell.c:2802: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2819: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2830: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2837: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2854: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2860: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2863: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2871: while should always use braces [readability/braces] [5]
src/nvim/spell.c:2888: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2894: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2898: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2900: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2905: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2912: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2915: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2917: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2938: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2940: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2942: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2946: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2954: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2957: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2963: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2965: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2975: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:2977: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2982: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2984: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:2989: if should always use braces [readability/braces] [5]
src/nvim/spell.c:2992: for should always use braces [readability/braces] [5]
src/nvim/spell.c:2992: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3007: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3009: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3011: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3013: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3035: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3055: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3057: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3060: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3062: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3076: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:3089: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3091: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3091: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3105: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3112: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:3127: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3129: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3131: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3133: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3135: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3137: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3156: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3167: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3169: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3171: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3195: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3198: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3200: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3204: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3206: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3210: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3212: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3217: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3219: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3219: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3220: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3222: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3234: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3239: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3247: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3290: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3292: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3294: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3294: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3299: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3310: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3319: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3321: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3323: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3333: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3338: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3350: for should always use braces [readability/braces] [5]
src/nvim/spell.c:3350: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3351: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3368: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3372: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3374: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3376: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3398: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3411: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3413: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3418: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3424: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3426: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3427: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3463: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3464: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3466: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3470: for should always use braces [readability/braces] [5]
src/nvim/spell.c:3470: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3487: while should always use braces [readability/braces] [5]
src/nvim/spell.c:3488: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3492: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3498: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3501: for should always use braces [readability/braces] [5]
src/nvim/spell.c:3501: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3518: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3522: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3523: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3528: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3538: while should always use braces [readability/braces] [5]
src/nvim/spell.c:3541: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3543: for should always use braces [readability/braces] [5]
src/nvim/spell.c:3543: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3549: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3550: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:3553: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:3568: for should always use braces [readability/braces] [5]
src/nvim/spell.c:3580: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:3595: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3608: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3623: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:3642: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3645: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3650: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3652: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3665: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3667: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3673: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3682: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3684: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3686: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3692: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/spell.c:3695: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3707: for should always use braces [readability/braces] [5]
src/nvim/spell.c:3707: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3709: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3711: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3711: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3714: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:3715: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3755: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3793: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3797: for should always use braces [readability/braces] [5]
src/nvim/spell.c:3798: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3798: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:3805: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3809: for should always use braces [readability/braces] [5]
src/nvim/spell.c:3810: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3817: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3824: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3826: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3826: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3839: for should always use braces [readability/braces] [5]
src/nvim/spell.c:3840: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:3840: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:3848: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3851: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3856: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3866: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3877: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3880: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3889: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3891: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3891: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:3894: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3899: for should always use braces [readability/braces] [5]
src/nvim/spell.c:3900: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3900: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:3906: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3908: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3908: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:3911: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3918: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3926: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3928: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3952: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3956: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3959: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3961: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3965: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:3965: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:3972: if should always use braces [readability/braces] [5]
src/nvim/spell.c:3975: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:3977: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:3981: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:3981: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4009: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4012: for should always use braces [readability/braces] [5]
src/nvim/spell.c:4019: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4021: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4024: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4024: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:4033: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:4045: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4047: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4059: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:4071: for should always use braces [readability/braces] [5]
src/nvim/spell.c:4072: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4074: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4076: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4082: for should always use braces [readability/braces] [5]
src/nvim/spell.c:4087: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4090: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:4096: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4098: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4121: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:4122: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4124: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:4125: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:4132: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4134: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4137: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4146: Missing space after { [whitespace/braces] [5]
src/nvim/spell.c:4146: Missing space before } [whitespace/braces] [5]
src/nvim/spell.c:4206: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:4215: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:4217: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4227: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4260: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4271: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:4287: Use true instead of TRUE. [readability/bool] [4]
src/nvim/spell.c:4290: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4292: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4295: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:4300: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4302: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4312: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4337: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/spell.c:4413: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:4416: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4438: while should always use braces [readability/braces] [5]
src/nvim/spell.c:4439: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:4440: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4442: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4446: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4447: while should always use braces [readability/braces] [5]
src/nvim/spell.c:4448: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:4449: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4450: while should always use braces [readability/braces] [5]
src/nvim/spell.c:4451: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:4452: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4462: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4464: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4464: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4470: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4472: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4474: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4476: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4479: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4494: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4495: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4496: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4513: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/spell.c:4514: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/spell.c:4518: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4520: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/spell.c:4521: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/spell.c:4525: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4530: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4534: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4538: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4542: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4547: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4551: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4555: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4556: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4557: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:4562: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4563: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4564: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:4577: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4586: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4599: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4605: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4611: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4623: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4631: for should always use braces [readability/braces] [5]
src/nvim/spell.c:4632: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4634: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4634: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4665: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4667: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4678: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4679: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:4681: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4687: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4688: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4691: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4692: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4694: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4705: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4715: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:4717: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:4723: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4728: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4730: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4743: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:4761: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4767: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:4769: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4770: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4773: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4797: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4798: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/spell.c:4799: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4800: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/spell.c:4802: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4803: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4822: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:4822: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:4848: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:4852: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4851: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/spell.c:4870: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:4872: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4884: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4886: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4892: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4894: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4896: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4898: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4901: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4907: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:4920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/spell.c:4920: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/spell.c:4921: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4930: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4935: for should always use braces [readability/braces] [5]
src/nvim/spell.c:4936: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4938: for should always use braces [readability/braces] [5]
src/nvim/spell.c:4939: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4942: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4943: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4950: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4959: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4974: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/spell.c:4978: if should always use braces [readability/braces] [5]
src/nvim/spell.c:4980: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4982: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4984: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:4987: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4988: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:4999: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:5001: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5006: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:5027: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5029: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5050: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5061: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5066: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5068: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5070: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5080: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5083: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5085: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5085: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:5101: Small and focused functions are preferred: spell_read_aff() has 617 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/spell.c:5105: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:5128: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5130: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5133: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5134: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5136: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5154: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:5161: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5164: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5184: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5192: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5204: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:5220: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5231: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5234: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5234: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:5243: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5245: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5245: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:5247: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5262: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5263: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5296: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5299: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5309: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5311: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5312: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5322: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5330: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5339: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5346: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:5377: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:5379: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5381: for should always use braces [readability/braces] [5]
src/nvim/spell.c:5385: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5430: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5438: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5446: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5447: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5453: while should always use braces [readability/braces] [5]
src/nvim/spell.c:5454: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5455: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5477: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5479: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5488: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5497: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5498: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5502: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:5518: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5521: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5524: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5525: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:5536: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5537: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5540: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5544: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5551: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5552: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5558: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5559: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5560: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5564: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5565: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5566: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5573: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5575: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5590: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5591: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5593: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5594: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5596: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5597: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5599: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5600: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5602: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5603: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5605: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5606: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5615: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:5633: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5637: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5638: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5648: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:5662: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5665: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5666: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5680: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:5712: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:5714: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5721: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5721: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5745: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5745: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5745: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5745: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5749: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5751: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5758: for should always use braces [readability/braces] [5]
src/nvim/spell.c:5758: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:5760: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:5771: for should always use braces [readability/braces] [5]
src/nvim/spell.c:5771: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:5775: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5788: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5789: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5790: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5797: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5798: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:5800: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5806: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5809: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5810: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5816: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:5817: for should always use braces [readability/braces] [5]
src/nvim/spell.c:5817: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:5818: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5820: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5824: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5827: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5828: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5834: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:5835: for should always use braces [readability/braces] [5]
src/nvim/spell.c:5836: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:5837: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5863: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5871: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5873: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5878: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5879: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5880: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5885: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5886: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5887: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5888: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5890: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5897: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5898: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5899: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5900: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5901: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5904: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5905: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5906: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5907: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5904: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5905: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5906: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5907: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5904: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5905: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5906: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5907: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5948: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5951: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5956: while should always use braces [readability/braces] [5]
src/nvim/spell.c:5957: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5958: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5978: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:5980: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5983: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5986: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:5986: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:5992: if should always use braces [readability/braces] [5]
src/nvim/spell.c:5994: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:5994: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:6004: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6007: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6007: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:6009: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6012: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6012: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:6036: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6038: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6040: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6042: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6043: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6059: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6065: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6082: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:6104: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/spell.c:6105: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6117: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6133: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6166: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:6182: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6183: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6185: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:6186: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6189: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6192: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6193: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6195: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:6196: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6199: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6208: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/spell.c:6217: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6222: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6227: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6230: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6231: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6241: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6246: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6278: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6286: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6288: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6288: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:6292: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6313: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6316: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6334: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:6348: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:6358: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6374: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6378: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6380: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6381: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6384: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6386: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6387: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6390: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6393: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6409: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6411: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6411: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:6415: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6418: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6435: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6438: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6440: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6451: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6469: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6472: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6474: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6476: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6479: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:6480: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:6493: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:6515: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6527: for should always use braces [readability/braces] [5]
src/nvim/spell.c:6532: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6545: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:6559: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6562: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6591: for should always use braces [readability/braces] [5]
src/nvim/spell.c:6593: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6630: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6657: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:6678: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6679: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6681: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6687: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6689: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6691: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6729: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6731: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6733: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6735: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6738: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:6742: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6746: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6748: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:6759: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6764: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6765: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6770: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6772: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6774: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6780: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6784: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6789: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6793: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/spell.c:6821: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6827: for should always use braces [readability/braces] [5]
src/nvim/spell.c:6827: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6831: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6833: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:6835: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6894: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6905: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6942: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:6944: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6946: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6948: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:6969: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6972: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6975: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6977: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6990: if should always use braces [readability/braces] [5]
src/nvim/spell.c:6995: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7012: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:7021: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7029: for should always use braces [readability/braces] [5]
src/nvim/spell.c:7030: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:7033: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7046: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7048: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:7048: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:7057: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7059: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7073: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7075: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7088: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:7092: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7105: for should always use braces [readability/braces] [5]
src/nvim/spell.c:7106: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7108: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7150: for should always use braces [readability/braces] [5]
src/nvim/spell.c:7151: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7151: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:7156: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7172: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7179: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7200: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7223: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7243: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7246: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:7249: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/spell.c:7252: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:7262: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7263: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7264: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7267: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:7268: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:7277: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:7278: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:7314: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7325: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:7352: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7358: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7359: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7359: Use true instead of TRUE. [readability/bool] [4]
src/nvim/spell.c:7361: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:7365: while should always use braces [readability/braces] [5]
src/nvim/spell.c:7374: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7404: Mismatching spaces inside () in if [whitespace/parens] [5]
src/nvim/spell.c:7410: Mismatching spaces inside () in if [whitespace/parens] [5]
src/nvim/spell.c:7461: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7465: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/spell.c:7499: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:7501: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:7512: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7516: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7545: Use true instead of TRUE. [readability/bool] [4]
src/nvim/spell.c:7557: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:7608: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7612: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:7615: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7618: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7622: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7626: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7628: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:7630: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:7632: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:7632: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:7648: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:7680: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7686: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:7695: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7697: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:7697: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:7700: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7701: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7707: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7715: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7729: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7736: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7740: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7754: for should always use braces [readability/braces] [5]
src/nvim/spell.c:7754: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:7755: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7763: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7765: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/spell.c:7778: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7782: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7793: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7794: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7799: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:7821: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7838: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:7840: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7851: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7877: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7882: Use true instead of TRUE. [readability/bool] [4]
src/nvim/spell.c:7890: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7904: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:7916: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7918: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:7918: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:7919: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7921: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:7925: Use true instead of TRUE. [readability/bool] [4]
src/nvim/spell.c:7935: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7959: for should always use braces [readability/braces] [5]
src/nvim/spell.c:7960: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:7970: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7974: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7975: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:7981: if should always use braces [readability/braces] [5]
src/nvim/spell.c:7983: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:7984: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:7984: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:7994: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8000: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8001: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8002: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8022: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8029: for should always use braces [readability/braces] [5]
src/nvim/spell.c:8029: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8031: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8036: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8055: for should always use braces [readability/braces] [5]
src/nvim/spell.c:8055: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8056: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8059: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8073: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8106: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8108: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8110: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8147: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:8162: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8171: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8185: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8220: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8224: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8231: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8247: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8260: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8272: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8276: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8280: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8282: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8284: Missing space before asterisk in unsigned)* [whitespace/operators] [2]
src/nvim/spell.c:8296: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8301: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8312: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:8350: for should always use braces [readability/braces] [5]
src/nvim/spell.c:8350: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8385: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8387: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:8389: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8391: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8393: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8402: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8406: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8432: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8443: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8445: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8447: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:8449: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:8459: while should always use braces [readability/braces] [5]
src/nvim/spell.c:8462: while should always use braces [readability/braces] [5]
src/nvim/spell.c:8482: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8484: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8487: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8489: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8491: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8492: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8503: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8511: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8516: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8522: Use true instead of TRUE. [readability/bool] [4]
src/nvim/spell.c:8523: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8529: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8531: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8532: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8534: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8544: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8550: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8552: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8553: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8554: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8556: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8557: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8566: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:8570: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8585: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8586: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8600: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:8607: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8612: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:8630: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8638: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8640: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8640: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:8642: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8644: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8644: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:8651: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:8657: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:8661: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8696: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/spell.c:8703: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8711: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8716: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:8720: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:8723: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:8732: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8734: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8741: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:8758: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8779: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:8802: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8807: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8809: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8809: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:8817: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8821: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8824: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8825: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8832: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8842: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8844: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8853: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8857: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8875: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:8878: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:8878: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:8881: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8888: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8908: for should always use braces [readability/braces] [5]
src/nvim/spell.c:8912: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8914: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8945: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8950: for should always use braces [readability/braces] [5]
src/nvim/spell.c:8950: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:8951: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/spell.c:8962: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:8990: if should always use braces [readability/braces] [5]
src/nvim/spell.c:8995: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9033: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:9037: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9063: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:9073: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9077: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9081: for should always use braces [readability/braces] [5]
src/nvim/spell.c:9081: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:9085: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9091: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9095: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9104: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9111: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9114: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9128: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9134: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:9142: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9145: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9146: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9146: Use true instead of TRUE. [readability/bool] [4]
src/nvim/spell.c:9157: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9183: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9186: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9191: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9196: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9201: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9202: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9206: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9231: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:9242: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9244: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9246: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9248: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9250: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9252: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9252: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:9269: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9271: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9276: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9279: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:9283: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9287: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9318: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9387: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:9392: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9440: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:9531: for should always use braces [readability/braces] [5]
src/nvim/spell.c:9531: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:9532: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/spell.c:9546: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9548: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9552: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9554: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/spell.c:9557: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9568: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9584: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9589: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9606: for should always use braces [readability/braces] [5]
src/nvim/spell.c:9606: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:9607: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/spell.c:9610: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9611: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9615: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9628: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9631: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9645: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9646: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9645: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9646: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9649: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9650: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9652: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9654: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9655: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9656: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9664: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9670: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9679: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9680: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9683: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9684: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9689: while should always use braces [readability/braces] [5]
src/nvim/spell.c:9691: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9692: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9707: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9709: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9712: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9713: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9713: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:9718: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9726: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9729: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9742: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9751: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9754: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9757: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9758: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9762: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/spell.c:9774: for should always use braces [readability/braces] [5]
src/nvim/spell.c:9774: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:9790: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9796: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9797: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9798: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9803: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9804: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9812: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9813: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9816: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9817: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9818: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9837: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/spell.c:9868: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9868: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9886: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9898: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9902: while should always use braces [readability/braces] [5]
src/nvim/spell.c:9904: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9906: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9906: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9909: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9911: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9916: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9922: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9924: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9923: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/spell.c:9925: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9927: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9926: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/spell.c:9934: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9938: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9950: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9951: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9957: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9959: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9964: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:9967: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:9975: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9976: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:9977: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9983: if should always use braces [readability/braces] [5]
src/nvim/spell.c:9985: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:9988: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10056: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10060: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10069: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10071: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10072: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10070: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/spell.c:10073: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10075: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10076: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10074: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/spell.c:10078: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10080: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10083: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10096: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:10099: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10107: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/spell.c:10112: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10115: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10116: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10119: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10115: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10116: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10115: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10116: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10119: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10119: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10125: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10128: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10129: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10130: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10131: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10132: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10128: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10129: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10130: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10131: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10132: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10129: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10130: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10132: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10150: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10163: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10167: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10167: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10186: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10190: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10197: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10198: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10196: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/spell.c:10200: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10214: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10216: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10219: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10220: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10251: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10274: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10278: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10285: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10286: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10284: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/spell.c:10288: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10302: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:10309: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10340: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10342: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10344: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10347: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10349: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10351: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10373: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10374: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10372: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/spell.c:10378: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10389: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:10419: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10421: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10426: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10428: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10447: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10448: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10446: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/spell.c:10452: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10487: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10505: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10506: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10504: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/spell.c:10510: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10557: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10558: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10556: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/spell.c:10562: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10619: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10621: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10640: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10642: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10656: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10657: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10655: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/spell.c:10664: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10678: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10687: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10689: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10706: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10721: Small and focused functions are preferred: suggest_trie_walk() has 942 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/spell.c:10741: for should always use braces [readability/braces] [5]
src/nvim/spell.c:10742: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10743: for should always use braces [readability/braces] [5]
src/nvim/spell.c:10744: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10802: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10806: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10813: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:10823: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10831: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10833: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10835: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10835: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:10842: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10854: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10853: Use xstrlcpy or snprintf instead of STRNCPY (unless this is from Vim) [runtime/printf] [4]
src/nvim/spell.c:10858: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10857: Use xstrlcpy or snprintf instead of STRNCPY (unless this is from Vim) [runtime/printf] [4]
src/nvim/spell.c:10864: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10889: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10895: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10909: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:10931: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10938: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10941: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10943: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10954: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10959: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10962: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:10963: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10965: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:10981: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10984: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10990: for should always use braces [readability/braces] [5]
src/nvim/spell.c:10990: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:10991: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10993: if should always use braces [readability/braces] [5]
src/nvim/spell.c:10995: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11006: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11018: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:11035: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11037: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11037: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11045: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11047: for should always use braces [readability/braces] [5]
src/nvim/spell.c:11059: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:11061: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11082: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11085: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11101: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11109: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/spell.c:11132: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11138: for should always use braces [readability/braces] [5]
src/nvim/spell.c:11138: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11141: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11154: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:11193: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11206: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:11219: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11221: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11224: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11225: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11228: for should always use braces [readability/braces] [5]
src/nvim/spell.c:11228: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11236: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11238: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11250: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11256: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11269: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11276: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11278: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:11281: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11284: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11294: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11307: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11309: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11311: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:11320: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11322: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:11352: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11357: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11358: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11360: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11362: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11366: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11370: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11375: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11376: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11379: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11384: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11388: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11389: while should always use braces [readability/braces] [5]
src/nvim/spell.c:11390: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11399: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11402: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11405: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11425: for should always use braces [readability/braces] [5]
src/nvim/spell.c:11425: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11434: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11436: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11436: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11437: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11457: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11459: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11459: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11465: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11482: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11484: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11486: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11488: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11495: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11497: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11499: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11508: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:11535: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11540: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11542: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11546: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11551: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11553: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11553: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11563: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11577: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11579: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11579: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11612: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11614: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:11615: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11617: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:11625: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:11636: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11641: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:11647: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11648: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11650: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:11676: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11692: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11694: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11694: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11700: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11718: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11729: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:11742: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11760: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11785: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:11795: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11798: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11798: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11800: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11802: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11802: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11807: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11809: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11830: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11832: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11834: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11834: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11836: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11838: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11854: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11861: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11862: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11864: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:11866: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11901: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11903: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11907: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:11922: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11927: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11930: for should always use braces [readability/braces] [5]
src/nvim/spell.c:11930: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11931: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11933: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11940: while should always use braces [readability/braces] [5]
src/nvim/spell.c:11941: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11942: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11944: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:11955: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11962: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11982: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11986: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11990: for should always use braces [readability/braces] [5]
src/nvim/spell.c:11990: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:11991: if should always use braces [readability/braces] [5]
src/nvim/spell.c:11993: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12002: while should always use braces [readability/braces] [5]
src/nvim/spell.c:12003: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12004: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12006: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12016: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12027: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:12027: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:12027: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:12028: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12032: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12040: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12046: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12052: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12063: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12073: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12080: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12096: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12146: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12152: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12174: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12177: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12181: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12184: for should always use braces [readability/braces] [5]
src/nvim/spell.c:12184: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12185: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12187: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12194: while should always use braces [readability/braces] [5]
src/nvim/spell.c:12195: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12196: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12198: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12209: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12216: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12238: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12240: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12244: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12248: for should always use braces [readability/braces] [5]
src/nvim/spell.c:12248: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12249: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12251: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12260: while should always use braces [readability/braces] [5]
src/nvim/spell.c:12261: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12262: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12264: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12274: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12285: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:12285: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:12285: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:12286: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12290: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12298: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12309: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12316: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12322: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12324: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:12332: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12335: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12340: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12342: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12345: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12348: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:12362: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12376: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12378: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12389: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:12406: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12410: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12421: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12422: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12423: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12424: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12434: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12447: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12448: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12455: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12457: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12458: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12461: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12475: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12477: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12478: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12482: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12487: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12495: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12496: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12499: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12507: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12508: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12511: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12521: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12529: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12531: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12532: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12535: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12540: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12548: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12550: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12551: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12555: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12560: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12567: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12568: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12570: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12577: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12578: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12580: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12613: for should always use braces [readability/braces] [5]
src/nvim/spell.c:12616: for should always use braces [readability/braces] [5]
src/nvim/spell.c:12629: for should always use braces [readability/braces] [5]
src/nvim/spell.c:12629: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12632: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12634: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12642: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12644: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12644: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:12646: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12648: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12648: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:12650: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12654: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12668: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12673: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12676: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12693: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:12707: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12728: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12731: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12735: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12736: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12741: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12745: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/spell.c:12747: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12756: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12770: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12771: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12778: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12799: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12801: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12801: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:12803: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12807: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12813: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12814: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12820: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12824: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12833: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12840: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/spell.c:12858: for should always use braces [readability/braces] [5]
src/nvim/spell.c:12862: for should always use braces [readability/braces] [5]
src/nvim/spell.c:12885: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12888: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12892: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12893: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12898: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12902: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/spell.c:12904: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12913: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:12927: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12928: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12935: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12956: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12958: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12958: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:12960: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12964: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:12970: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12971: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12977: if should always use braces [readability/braces] [5]
src/nvim/spell.c:12981: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:12990: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13001: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13005: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:13031: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13033: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/spell.c:13039: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/spell.c:13040: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/spell.c:13050: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13051: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:13061: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:13090: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13092: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:13092: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:13094: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13096: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:13105: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:13109: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13111: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:13121: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:13123: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:13127: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:13130: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13135: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:13140: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13142: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:13147: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:13157: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13167: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:13173: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:13188: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13196: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:13197: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13198: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:13202: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13204: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:13219: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13221: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:13231: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/spell.c:13241: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13243: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13252: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13264: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13266: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13268: An else should always have braces before it [readability/braces] [5]
src/nvim/spell.c:13270: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13271: for should always use braces [readability/braces] [5]
src/nvim/spell.c:13271: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:13272: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13273: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/spell.c:13284: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:13289: Use false instead of FALSE. [readability/bool] [4]
src/nvim/spell.c:13290: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/spell.c:13294: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:13294: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:13304: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/spell.c:13349: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:13354: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:13358: for should always use braces [readability/braces] [5]
src/nvim/spell.c:13358: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/spell.c:13359: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13367: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:13368: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:13369: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13370: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:13378: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:13382: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:13383: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/spell.c:13384: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13385: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/spell.c:13407: while should always use braces [readability/braces] [5]
src/nvim/spell.c:13423: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13430: if should always use braces [readability/braces] [5]
src/nvim/spell.c:13438: if should always use braces [readability/braces] [5]
src/nvim/strings.c:20: "nvim/func_attr.h" already included at src/nvim/strings.c:18 [build/include] [4]
src/nvim/strings.c:45: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:62: Use xstrlcpy or snprintf instead of strncpy (unless this is from Vim) [runtime/printf] [4]
src/nvim/strings.c:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:96: if should always use braces [readability/braces] [5]
src/nvim/strings.c:97: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:97: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:98: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:98: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:111: if should always use braces [readability/braces] [5]
src/nvim/strings.c:168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:196: if should always use braces [readability/braces] [5]
src/nvim/strings.c:197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:200: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:201: if should always use braces [readability/braces] [5]
src/nvim/strings.c:202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:202: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:205: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:223: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:229: if should always use braces [readability/braces] [5]
src/nvim/strings.c:235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:236: while should always use braces [readability/braces] [5]
src/nvim/strings.c:244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:322: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/strings.c:323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:324: An else should always have braces before it [readability/braces] [5]
src/nvim/strings.c:324: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/strings.c:325: Should leave no spaces after a cast: u'(char_u) TOUPPER_LOC' [whitespace/cast] [2]
src/nvim/strings.c:333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:342: while should always use braces [readability/braces] [5]
src/nvim/strings.c:347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:359: if should always use braces [readability/braces] [5]
src/nvim/strings.c:360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:361: if should always use braces [readability/braces] [5]
src/nvim/strings.c:362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:363: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:364: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:383: if should always use braces [readability/braces] [5]
src/nvim/strings.c:384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:385: if should always use braces [readability/braces] [5]
src/nvim/strings.c:386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:387: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:388: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:389: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:412: Should leave no spaces after a cast: u'(char_u *) p' [whitespace/cast] [2]
src/nvim/strings.c:423: if should always use braces [readability/braces] [5]
src/nvim/strings.c:424: Should leave no spaces after a cast: u'(char_u *) p' [whitespace/cast] [2]
src/nvim/strings.c:431: if should always use braces [readability/braces] [5]
src/nvim/strings.c:432: Should leave no spaces after a cast: u'(char_u *) p' [whitespace/cast] [2]
src/nvim/strings.c:438: if should always use braces [readability/braces] [5]
src/nvim/strings.c:439: Should leave no spaces after a cast: u'(char_u *) p' [whitespace/cast] [2]
src/nvim/strings.c:440: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:456: if should always use braces [readability/braces] [5]
src/nvim/strings.c:457: Should leave no spaces after a cast: u'(char_u *) p' [whitespace/cast] [2]
src/nvim/strings.c:458: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/strings.c:463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:475: if should always use braces [readability/braces] [5]
src/nvim/strings.c:479: Should leave no spaces after a cast: u'(char_u *) retval' [whitespace/cast] [2]
src/nvim/strings.c:482: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/strings.c:509: if should always use braces [readability/braces] [5]
src/nvim/strings.c:510: for should always use braces [readability/braces] [5]
src/nvim/strings.c:510: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/strings.c:511: if should always use braces [readability/braces] [5]
src/nvim/strings.c:523: Should leave no spaces after a cast: u'(uint8_t) s' [whitespace/cast] [2]
src/nvim/strings.c:531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:79: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:81: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:83: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/syntax.c:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:85: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:85: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/syntax.c:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:87: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/syntax.c:88: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:92: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:93: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:94: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:96: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:101: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:102: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/nvim/syntax.c:102: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:104: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:105: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/nvim/syntax.c:105: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:124: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:129: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:131: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:132: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:142: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:151: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/syntax.c:151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:164: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/syntax.c:164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:165: Missing space before asterisk in HL_SKIP* [whitespace/operators] [2]
src/nvim/syntax.c:166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:168: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:169: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:170: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/syntax.c:170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:181: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/syntax.c:181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:184: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:185: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:186: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:215: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:215: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:302: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:315: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/syntax.c:315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:315: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:354: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/syntax.c:354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:354: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:359: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:365: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:409: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:419: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:421: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:430: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:432: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:435: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:442: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:446: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:450: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:460: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:461: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:463: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:467: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:474: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:476: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:480: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:481: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:489: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:491: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:493: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:495: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:503: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:506: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:517: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/syntax.c:523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:602: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:604: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:604: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:605: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:607: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:609: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:611: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:614: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:616: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:635: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:637: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:653: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:664: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:669: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:672: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/syntax.c:673: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:676: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:701: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:709: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:712: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:725: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:743: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:745: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:747: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:748: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:754: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:755: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:758: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:789: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:794: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:795: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:796: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:851: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:859: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:867: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:872: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:888: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:898: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:903: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:913: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:914: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:914: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:915: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:918: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:919: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:927: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:930: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:931: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:978: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1001: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1014: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1016: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1022: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1024: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1030: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:1032: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/syntax.c:1033: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1045: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:1059: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1061: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:1071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1093: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1103: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1105: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1115: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1117: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1120: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1141: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1143: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1147: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1149: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1158: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1163: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1165: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1166: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:1171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1182: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1197: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:1200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1210: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1212: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1234: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:1236: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1246: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1249: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1249: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:1250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1251: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:1252: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1254: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1271: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1273: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1273: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:1274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1278: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:1280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1304: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:1306: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:1318: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1335: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1337: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1339: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:1345: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1347: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1349: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1352: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1375: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1379: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1381: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1387: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1399: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1402: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:1403: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1409: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1412: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1414: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1414: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1419: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1422: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1423: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1425: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1443: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1446: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1475: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1492: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1494: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1498: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1499: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1504: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:1512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1518: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:1519: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:1520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1527: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1536: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1539: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1545: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1546: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:1550: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:1552: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1564: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:1565: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:1568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1573: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1580: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1581: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1594: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1602: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1601: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1602: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1603: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:1609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1612: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:1613: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:1614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1633: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:1634: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1635: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1645: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1647: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1659: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1663: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1664: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1670: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1671: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1681: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1689: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1702: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1703: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:1706: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1713: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1715: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:1720: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1729: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1732: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1729: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1732: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1729: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1732: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1734: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1735: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1747: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1752: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1768: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:1778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1787: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1793: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1798: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1799: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1801: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1803: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1807: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1808: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1803: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1807: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1808: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1803: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1807: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1808: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1807: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1808: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1812: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1818: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1827: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1836: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1853: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1862: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1871: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1876: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1904: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1905: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1908: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1913: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/syntax.c:1915: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1917: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:1920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1924: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1926: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1936: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:1957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1971: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1972: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1974: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1979: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:1981: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:1986: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:1997: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2014: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2015: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2017: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/syntax.c:2022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2031: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:2053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2060: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2063: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2063: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:2070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2074: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2076: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2076: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:2084: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2104: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:2106: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:2109: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:2110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2117: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2122: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2143: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2151: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2155: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:2158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2184: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2191: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2196: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2201: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2219: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2224: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2267: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2283: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2293: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2297: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:2298: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2317: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2319: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2325: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:2330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2340: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2344: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2346: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2350: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2352: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2364: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2394: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2402: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:2402: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:2403: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2410: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:2416: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2419: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2424: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2439: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:2440: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:2442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2453: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2459: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2470: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:2473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2476: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2481: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:2486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2490: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2495: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2513: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:2515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2518: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2519: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2523: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2532: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:2533: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:2534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2535: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2555: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2556: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2570: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2575: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2577: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:2580: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2585: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:2586: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:2589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2605: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:2609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2609: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2612: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2630: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2634: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2644: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2693: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2697: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2698: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2719: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2734: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2739: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2754: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2756: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2760: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2765: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2767: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2774: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:2775: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:2776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2777: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2780: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2799: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2801: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2802: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:2805: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:2808: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:2816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2820: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:2821: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:2822: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2846: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:2849: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:2852: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:2855: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:2863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2868: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:2871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2875: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:2894: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:2895: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2896: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:2902: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:2904: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:2907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2912: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:2913: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:2915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2917: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2918: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2918: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:2919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2925: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2932: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2934: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:2935: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:2938: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:2980: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:2985: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:2986: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:2985: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:2986: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:2994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3003: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3007: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3008: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:3009: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3010: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:3011: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3024: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3028: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3029: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:3030: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3031: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:3032: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3045: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3109: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:3110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3110: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:3111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3112: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:3114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3187: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:3190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3198: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3199: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:3202: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:3203: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:3206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3242: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3251: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3258: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3260: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3260: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:3262: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3263: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:3264: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:3267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3278: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3283: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:3293: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:3300: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3300: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:3303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3310: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3319: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3340: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:3343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3353: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:3357: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3399: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:3400: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:3402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3409: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3424: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3426: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3426: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:3442: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:3445: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3448: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:3449: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:3451: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:3451: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:3455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3462: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3464: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3468: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3470: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3471: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:3487: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3513: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:3514: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:3516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3521: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:3524: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/syntax.c:3525: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3525: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3526: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3526: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3527: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3527: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3528: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3528: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3529: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3529: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3530: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3530: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3531: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3531: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3532: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3532: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3533: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3533: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3534: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3534: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3535: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3535: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3538: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/syntax.c:3539: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3539: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3540: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3540: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3541: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3541: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3542: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3542: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3549: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:3551: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:3554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3555: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:3555: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:3557: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3561: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:3567: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:3569: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3571: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:3574: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:3579: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3582: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3584: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:3591: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3593: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3596: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3599: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3618: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:3618: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:3625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3636: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3638: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3638: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3644: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:3651: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:3653: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:3657: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:3659: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3661: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3668: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:3672: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:3674: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3693: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3695: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3705: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:3707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3715: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:3716: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:3721: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3722: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3726: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3728: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3730: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3733: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3735: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:3740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3744: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:3745: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:3748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3748: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:3757: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:3758: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:3763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3768: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:3772: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:3775: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3782: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3793: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:3801: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:3843: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:3847: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:3853: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3855: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:3857: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:3872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3883: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:3885: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:3908: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:3909: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:3914: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/nvim/syntax.c:3915: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
src/nvim/syntax.c:3925: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:3949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3955: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:3956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3969: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:3974: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3983: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:3984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3985: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:3998: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3998: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:3999: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:3999: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:4000: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:4000: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:4001: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:4001: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:4002: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:4002: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:4003: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:4003: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:4004: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:4004: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:4005: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:4005: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:4006: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:4006: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:4007: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:4007: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:4008: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:4008: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:4009: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:4009: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:4010: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:4010: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:4011: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:4011: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:4012: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:4012: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:4013: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:4013: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:4014: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:4014: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:4015: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:4015: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:4016: Missing space after , [whitespace/comma] [3]
src/nvim/syntax.c:4016: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:4016: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:4019: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4019: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4022: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4031: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4037: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:4038: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4044: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4053: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4061: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4064: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4067: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4070: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4094: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4097: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4099: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4099: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:4102: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:4117: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:4119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4134: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4139: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4145: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:4149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4161: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:4164: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4168: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4175: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4191: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4193: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4212: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:4219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4239: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4243: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4245: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:4249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4258: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4262: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4263: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4267: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4279: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4282: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:4283: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:4284: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4306: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4318: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4320: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4324: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4324: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:4327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4332: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:4333: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:4335: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4352: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:4354: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4364: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4375: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4377: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4377: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:4380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4395: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4396: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4400: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4402: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4403: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4406: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:4407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4421: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4429: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:4430: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:4432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4449: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4457: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:4458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4458: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:4459: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:4463: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4473: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:4475: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4486: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4491: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:4492: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4495: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4497: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4499: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4501: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4503: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4507: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:4517: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4523: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4525: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4525: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:4528: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4548: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4550: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4554: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4558: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4562: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4578: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4580: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4580: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:4584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4588: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:4607: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4608: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4612: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4613: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4614: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4615: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4620: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:4621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4621: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:4621: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4626: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4629: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:4629: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:4644: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4646: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4656: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4657: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4666: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4670: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4671: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4672: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4679: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4682: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4684: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4686: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4691: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:4692: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4693: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:4694: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4699: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4700: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4702: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4717: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4721: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4727: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4732: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4736: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4746: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:4747: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4749: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4750: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:4751: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4763: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4821: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4823: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:4828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4857: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4859: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4875: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:4876: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:4881: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4888: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4905: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:4914: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:4915: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4924: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4926: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4939: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4956: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:4957: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4970: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4978: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:4980: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:4981: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4985: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:4994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:4998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5006: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5007: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:5009: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5010: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:5013: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5015: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5036: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5037: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5042: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5052: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5056: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5058: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5060: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:5063: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5064: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5065: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5066: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5068: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5070: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5073: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5078: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5080: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5082: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5096: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:5097: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5100: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5102: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5123: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5130: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5131: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5132: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5133: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5134: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5135: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5136: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5137: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5138: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5144: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5146: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5149: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:5153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5160: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:5161: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:5165: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/syntax.c:5163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5164: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/syntax.c:5164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5164: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:5165: Extra space for operator ! [whitespace/operators] [4]
src/nvim/syntax.c:5173: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:5177: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5186: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:5187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5206: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:5206: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:5207: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/syntax.c:5208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5211: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5212: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5213: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5216: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5222: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5226: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5228: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5230: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5239: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5241: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5241: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:5242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5249: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5254: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5266: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:5269: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5279: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5284: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5288: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:5291: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5294: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5298: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5301: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:5302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5313: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5315: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5324: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:5328: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:5330: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5333: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:5333: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:5334: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/syntax.c:5335: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:5342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5349: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:5350: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:5351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5352: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:5353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5353: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:5354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5358: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:5359: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:5360: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax.c:5364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5369: while should always use braces [readability/braces] [5]
src/nvim/syntax.c:5371: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5373: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5374: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5375: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5376: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5379: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5380: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5386: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5398: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5399: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5402: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5403: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5406: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5407: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5410: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5411: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:5412: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5418: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5425: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5427: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5428: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5479: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5480: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:5480: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:5481: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/syntax.c:5483: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5483: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5484: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5485: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:5492: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5497: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5498: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5521: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5526: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5530: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5534: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5535: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5536: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5536: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:5552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5583: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5590: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5595: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5597: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5599: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5600: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5601: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5602: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5604: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5610: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:5610: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:5612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5618: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5653: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5719: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:5721: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:5727: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5738: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5739: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:5740: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5741: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5742: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5744: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5746: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5769: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:5775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5798: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5814: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:5831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5833: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:5836: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/syntax.c:5836: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:5838: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:5842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5861: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5863: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:5865: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:5880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5891: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:5919: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:5937: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:5952: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:5970: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:5977: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:5978: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:5979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:5985: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:5987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6007: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6009: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:6009: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:6010: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6011: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:6012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6017: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6019: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6021: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:6021: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:6022: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6024: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6029: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6033: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6034: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6035: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6035: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:6037: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6037: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6038: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6039: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6081: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6094: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:6095: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:6098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6112: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6113: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6114: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6115: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6117: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6123: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:6123: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:6124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6139: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6148: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6149: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6150: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6151: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6158: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6160: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6182: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6192: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6194: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6204: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6207: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6216: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6227: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6233: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:6236: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6249: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6253: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6254: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6254: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6257: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6258: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6260: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6263: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6267: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6272: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6287: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6299: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6302: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:6304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6313: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6322: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6328: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6329: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:6331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6335: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6336: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6350: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6353: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6354: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:6356: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6360: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6363: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6367: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6375: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6377: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6384: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6387: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6389: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6390: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6392: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6392: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:6394: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6398: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6400: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6400: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:6402: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6415: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:6421: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:6422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6423: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:6429: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:6430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6431: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:6437: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:6438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6439: Missing space after { [whitespace/braces] [5]
src/nvim/syntax.c:6445: Missing space before } [whitespace/braces] [5]
src/nvim/syntax.c:6447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6449: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:6450: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6455: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/syntax.c:6456: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6457: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6461: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6468: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6472: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6473: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:6488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6506: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6508: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6512: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6514: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6515: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6523: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6541: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6559: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6579: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6583: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6586: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6598: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6600: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6600: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:6608: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:6616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6617: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6623: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:6633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6669: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6710: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6721: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:6735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6744: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6750: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:6754: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6757: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:6840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6840: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6852: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6857: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6859: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6861: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6864: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6866: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6868: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6874: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6880: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6882: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6886: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/syntax.c:6892: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6893: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6896: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6897: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/syntax.c:6898: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6900: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6900: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:6902: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:6904: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6913: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:6914: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6931: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:6939: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6948: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6957: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:6959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:6965: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6966: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6967: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:6969: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6972: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:6973: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6974: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6976: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6977: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:6978: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:6979: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:7004: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7026: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:7027: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:7028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7030: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7034: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:7038: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7039: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:7044: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7045: Use true instead of TRUE. [readability/bool] [4]
src/nvim/syntax.c:7047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7047: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7048: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:7051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7051: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7053: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7071: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/syntax.c:7072: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/syntax.c:7073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7080: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7119: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:7120: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7140: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7185: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:7191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7214: Missing space before asterisk in hl_group* [whitespace/operators] [2]
src/nvim/syntax.c:7219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7228: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:7233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7254: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7262: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7263: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7311: Use false instead of FALSE. [readability/bool] [4]
src/nvim/syntax.c:7313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7316: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:7316: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:7319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7323: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:7324: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7326: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:7328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7328: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7332: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:7332: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:7333: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7335: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/syntax.c:7336: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7345: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/syntax.c:7350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7350: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7370: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7374: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7377: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7381: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7383: An else should always have braces before it [readability/braces] [5]
src/nvim/syntax.c:7391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7407: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/syntax.c:7420: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/syntax.c:7422: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:7423: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax.c:7426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7462: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7487: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7498: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7512: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:7514: for should always use braces [readability/braces] [5]
src/nvim/syntax.c:7527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.c:7533: Should have a space between // and comment [whitespace/comments] [4]
src/nvim/syntax.c:7533: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/syntax.c:7534: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7536: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7538: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7541: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:7544: if should always use braces [readability/braces] [5]
src/nvim/syntax.c:8235: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/syntax.c:8256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:47: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:51: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:55: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:56: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:60: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:70: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:81: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:85: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:88: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:89: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:95: Missing space after { [whitespace/braces] [5]
src/nvim/tag.c:95: Missing space before } [whitespace/braces] [5]
src/nvim/tag.c:97: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:98: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:123: Missing space after { [whitespace/braces] [5]
src/nvim/tag.c:123: Missing space before } [whitespace/braces] [5]
src/nvim/tag.c:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:145: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/tag.c:146: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/tag.c:147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:162: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:169: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:172: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:175: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:181: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:182: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/tag.c:182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:197: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:203: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:224: if should always use braces [readability/braces] [5]
src/nvim/tag.c:225: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:226: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:227: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:234: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/tag.c:238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:247: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:251: while should always use braces [readability/braces] [5]
src/nvim/tag.c:254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:258: for should always use braces [readability/braces] [5]
src/nvim/tag.c:258: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:260: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:268: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:271: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:274: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/tag.c:275: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/tag.c:276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:308: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:320: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:322: if should always use braces [readability/braces] [5]
src/nvim/tag.c:325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:341: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:350: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:359: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:368: if should always use braces [readability/braces] [5]
src/nvim/tag.c:382: if should always use braces [readability/braces] [5]
src/nvim/tag.c:384: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:386: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:425: if should always use braces [readability/braces] [5]
src/nvim/tag.c:429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:436: if should always use braces [readability/braces] [5]
src/nvim/tag.c:438: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:440: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:457: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:460: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:461: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:464: if should always use braces [readability/braces] [5]
src/nvim/tag.c:466: if should always use braces [readability/braces] [5]
src/nvim/tag.c:468: if should always use braces [readability/braces] [5]
src/nvim/tag.c:469: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:471: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/tag.c:471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:481: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:483: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:487: for should always use braces [readability/braces] [5]
src/nvim/tag.c:487: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:501: if should always use braces [readability/braces] [5]
src/nvim/tag.c:520: if should always use braces [readability/braces] [5]
src/nvim/tag.c:522: if should always use braces [readability/braces] [5]
src/nvim/tag.c:524: if should always use braces [readability/braces] [5]
src/nvim/tag.c:525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:525: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:544: if should always use braces [readability/braces] [5]
src/nvim/tag.c:546: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:549: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:550: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:560: if should always use braces [readability/braces] [5]
src/nvim/tag.c:562: if should always use braces [readability/braces] [5]
src/nvim/tag.c:566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:571: while should always use braces [readability/braces] [5]
src/nvim/tag.c:572: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:580: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:592: if should always use braces [readability/braces] [5]
src/nvim/tag.c:601: if should always use braces [readability/braces] [5]
src/nvim/tag.c:607: if should always use braces [readability/braces] [5]
src/nvim/tag.c:612: for should always use braces [readability/braces] [5]
src/nvim/tag.c:613: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:614: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/tag.c:618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:624: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:625: if should always use braces [readability/braces] [5]
src/nvim/tag.c:626: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:629: while should always use braces [readability/braces] [5]
src/nvim/tag.c:630: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:633: if should always use braces [readability/braces] [5]
src/nvim/tag.c:635: if should always use braces [readability/braces] [5]
src/nvim/tag.c:642: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:647: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:648: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:652: if should always use braces [readability/braces] [5]
src/nvim/tag.c:655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:656: if should always use braces [readability/braces] [5]
src/nvim/tag.c:660: if should always use braces [readability/braces] [5]
src/nvim/tag.c:674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:683: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:692: if should always use braces [readability/braces] [5]
src/nvim/tag.c:696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:706: if should always use braces [readability/braces] [5]
src/nvim/tag.c:707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:709: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:709: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:714: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:718: for should always use braces [readability/braces] [5]
src/nvim/tag.c:719: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:720: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/tag.c:724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:735: if should always use braces [readability/braces] [5]
src/nvim/tag.c:738: if should always use braces [readability/braces] [5]
src/nvim/tag.c:744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:762: if should always use braces [readability/braces] [5]
src/nvim/tag.c:764: Use xstrlcat or snprintf instead of STRNCAT [runtime/printf] [4]
src/nvim/tag.c:768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:786: if should always use braces [readability/braces] [5]
src/nvim/tag.c:797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:804: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:810: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:822: if should always use braces [readability/braces] [5]
src/nvim/tag.c:824: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:826: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:833: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:843: if should always use braces [readability/braces] [5]
src/nvim/tag.c:852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:854: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:855: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:856: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:853: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/tag.c:857: if should always use braces [readability/braces] [5]
src/nvim/tag.c:861: if should always use braces [readability/braces] [5]
src/nvim/tag.c:863: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:865: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:866: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:874: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:876: Should leave no spaces after a cast: u'(char *) IObuff' [whitespace/cast] [2]
src/nvim/tag.c:878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:893: if should always use braces [readability/braces] [5]
src/nvim/tag.c:894: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:895: if should always use braces [readability/braces] [5]
src/nvim/tag.c:896: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:897: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:897: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:899: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:905: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:907: if should always use braces [readability/braces] [5]
src/nvim/tag.c:909: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:917: if should always use braces [readability/braces] [5]
src/nvim/tag.c:919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:922: Small and focused functions are preferred: () has 576 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/tag.c:924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:938: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:942: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:953: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:955: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:958: if should always use braces [readability/braces] [5]
src/nvim/tag.c:963: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:964: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:965: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:966: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:967: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:962: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/tag.c:970: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:973: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:975: if should always use braces [readability/braces] [5]
src/nvim/tag.c:981: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:992: if should always use braces [readability/braces] [5]
src/nvim/tag.c:993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:994: if should always use braces [readability/braces] [5]
src/nvim/tag.c:995: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:996: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:997: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:998: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:1000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1014: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1016: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1018: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1020: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1021: for should always use braces [readability/braces] [5]
src/nvim/tag.c:1022: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:1023: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1024: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1026: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1030: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1032: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1061: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/tag.c:1062: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/tag.c:1068: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/tag.c:1063: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1064: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1067: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/tag.c:1067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1069: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1074: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1077: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1079: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1080: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1081: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1084: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1084: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1090: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/tag.c:1091: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/tag.c:1091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1093: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/tag.c:1093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1097: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1140: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1142: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1143: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1148: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1177: for should always use braces [readability/braces] [5]
src/nvim/tag.c:1177: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:1180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1185: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1201: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1205: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1208: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1227: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:1240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1243: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1245: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1250: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1256: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1264: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1264: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1266: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:1267: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1269: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:1270: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1276: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:1277: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1278: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:1283: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1292: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1292: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1306: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1309: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1315: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1319: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1327: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1329: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1335: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/tag.c:1344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1388: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/tag.c:1388: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1391: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1393: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1398: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1436: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1444: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1447: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1449: for should always use braces [readability/braces] [5]
src/nvim/tag.c:1449: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:1450: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/tag.c:1455: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1459: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1461: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1470: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1472: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1474: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1476: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1478: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1480: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1486: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1501: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1523: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1524: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/tag.c:1526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1535: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1547: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1555: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:1557: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1560: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1561: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1574: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1576: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1578: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1586: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1588: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1589: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1594: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1596: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1597: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1600: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1605: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1607: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1623: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1626: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1634: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1637: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1646: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1648: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1656: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1658: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1659: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1661: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1664: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1670: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1674: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1676: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1678: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1680: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1682: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1686: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1691: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1694: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1695: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1696: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1696: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1700: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1702: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1703: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1710: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1720: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1722: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1723: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1727: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1735: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1743: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1744: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1745: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1752: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1754: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1757: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1759: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1762: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1764: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1768: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1786: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1795: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1796: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1797: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1798: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1794: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/tag.c:1796: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1798: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/tag.c:1805: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1806: while should always use braces [readability/braces] [5]
src/nvim/tag.c:1814: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1817: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1819: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1827: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1828: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1832: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1845: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1860: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1862: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1866: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1868: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1868: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1875: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:1876: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1881: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1887: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1889: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1890: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1893: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1895: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1901: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:1904: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1909: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1912: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1914: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/tag.c:1915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1917: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1920: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1922: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1924: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1926: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/tag.c:1926: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:1930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1930: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1944: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1947: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1949: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1952: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:1953: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:1955: if should always use braces [readability/braces] [5]
src/nvim/tag.c:1957: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:1957: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:1958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:1962: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:1978: Small and focused functions are preferred: () has 656 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
src/nvim/tag.c:1982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2006: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2012: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/tag.c:2013: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/tag.c:2014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2022: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2039: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2041: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2043: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2046: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:2048: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/tag.c:2053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2056: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2069: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2072: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2097: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2098: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2099: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2100: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2098: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2099: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2100: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2101: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2102: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2130: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/tag.c:2131: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/tag.c:2132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2141: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2146: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2147: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2150: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2155: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2156: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2157: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2190: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2191: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2193: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2201: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2202: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2203: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2206: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2219: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/tag.c:2220: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/tag.c:2221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2234: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2245: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2257: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2263: for should always use braces [readability/braces] [5]
src/nvim/tag.c:2264: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:2265: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/tag.c:2272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2281: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2292: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/tag.c:2293: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/tag.c:2294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2322: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2355: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2356: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2372: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2385: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2400: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2407: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2409: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:2412: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2413: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2416: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2421: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2423: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2432: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2434: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:2437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2446: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2447: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2452: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2453: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2454: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2456: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2457: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2458: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2460: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:2460: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:2464: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2467: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2469: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2477: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/tag.c:2479: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2482: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2481: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/tag.c:2483: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2484: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2493: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2520: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2524: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2525: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2528: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2535: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2543: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2545: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2557: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2559: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2561: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2568: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2596: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2597: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2608: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2613: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:2621: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2627: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/tag.c:2630: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2638: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2639: Use true instead of TRUE. [readability/bool] [4]
src/nvim/tag.c:2647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2657: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2659: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:2660: Use false instead of FALSE. [readability/bool] [4]
src/nvim/tag.c:2661: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2663: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:2664: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2665: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:2667: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2670: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2670: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2680: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/tag.c:2681: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/tag.c:2682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2695: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2697: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:2699: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2701: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2702: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2703: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:2705: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2706: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2728: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2732: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/tag.c:2733: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/tag.c:2736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2737: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2756: while should always use braces [readability/braces] [5]
src/nvim/tag.c:2757: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2760: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2784: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2786: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:2790: Should leave no spaces after a cast: u'(void) parse_result' [whitespace/cast] [2]
src/nvim/tag.c:2795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2796: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2803: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2805: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2807: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2809: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2805: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2807: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2809: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tag.c:2817: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tag.c:2818: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2822: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:2823: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2825: An else should always have braces before it [readability/braces] [5]
src/nvim/tag.c:2829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2832: while should always use braces [readability/braces] [5]
src/nvim/tag.c:2833: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2837: while should always use braces [readability/braces] [5]
src/nvim/tag.c:2838: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2840: if should always use braces [readability/braces] [5]
src/nvim/tag.c:2843: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/tag.c:2844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.c:2845: while should always use braces [readability/braces] [5]
src/nvim/tag.c:2846: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tag.c:2847: if should always use braces [readability/braces] [5]
src/nvim/terminal.c:190: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:524: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:539: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:588: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:607: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:612: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:686: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:690: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:730: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:809: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:854: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:901: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:921: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:937: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/terminal.c:936: Missing space after { [whitespace/braces] [5]
src/nvim/terminal.c:936: Missing space before } [whitespace/braces] [5]
src/nvim/tui/input.c:82: Missing space after { [whitespace/braces] [5]
src/nvim/tui/input.c:82: Missing space before } [whitespace/braces] [5]
src/nvim/tui/input.c:149: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/input.c:321: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/input.c:330: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:376: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/tui/tui.c:492: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:693: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tui/tui.c:694: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tui/tui.c:695: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tui/tui.c:696: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tui/tui.c:707: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tui/tui.c:708: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tui/tui.c:709: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tui/tui.c:710: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/tui/tui.c:793: Missing space after { [whitespace/braces] [5]
src/nvim/tui/tui.c:793: Missing space before } [whitespace/braces] [5]
src/nvim/tui/tui.c:813: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:866: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:868: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:871: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:873: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:905: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:907: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:909: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:926: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:928: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:930: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/tui/tui.c:932: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ugrid.c:88: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ui.c:357: Missing space after { [whitespace/braces] [5]
src/nvim/ui.c:357: Missing space before } [whitespace/braces] [5]
src/nvim/undo.c:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:119: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:134: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/undo.c:133: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:134: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:137: if should always use braces [readability/braces] [5]
src/nvim/undo.c:139: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:149: if should always use braces [readability/braces] [5]
src/nvim/undo.c:151: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:151: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:156: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:161: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:180: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/undo.c:187: if should always use braces [readability/braces] [5]
src/nvim/undo.c:190: if should always use braces [readability/braces] [5]
src/nvim/undo.c:195: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:223: if should always use braces [readability/braces] [5]
src/nvim/undo.c:227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:230: if should always use braces [readability/braces] [5]
src/nvim/undo.c:233: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:244: if should always use braces [readability/braces] [5]
src/nvim/undo.c:247: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:258: if should always use braces [readability/braces] [5]
src/nvim/undo.c:261: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:273: if should always use braces [readability/braces] [5]
src/nvim/undo.c:277: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:277: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:316: if should always use braces [readability/braces] [5]
src/nvim/undo.c:329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:351: if should always use braces [readability/braces] [5]
src/nvim/undo.c:355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:371: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:392: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:412: if should always use braces [readability/braces] [5]
src/nvim/undo.c:413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:415: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:418: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:418: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:420: while should always use braces [readability/braces] [5]
src/nvim/undo.c:425: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:430: if should always use braces [readability/braces] [5]
src/nvim/undo.c:441: if should always use braces [readability/braces] [5]
src/nvim/undo.c:444: if should always use braces [readability/braces] [5]
src/nvim/undo.c:446: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:448: if should always use braces [readability/braces] [5]
src/nvim/undo.c:460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:461: if should always use braces [readability/braces] [5]
src/nvim/undo.c:463: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:466: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:477: if should always use braces [readability/braces] [5]
src/nvim/undo.c:479: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:481: if should always use braces [readability/braces] [5]
src/nvim/undo.c:484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:496: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/undo.c:497: if should always use braces [readability/braces] [5]
src/nvim/undo.c:500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:502: if should always use braces [readability/braces] [5]
src/nvim/undo.c:513: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:534: if should always use braces [readability/braces] [5]
src/nvim/undo.c:536: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:538: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:538: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:564: if should always use braces [readability/braces] [5]
src/nvim/undo.c:566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:570: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:572: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:572: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:579: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/undo.c:587: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:592: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:595: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:605: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:609: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:627: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/undo.c:671: Should leave no spaces after a cast: u'(char *) p_udir' [whitespace/cast] [2]
src/nvim/undo.c:681: Should leave no spaces after a cast: u'(char *) path_tail' [whitespace/cast] [2]
src/nvim/undo.c:1067: Should leave no spaces after a cast: u'(char *) buf' [whitespace/cast] [2]
src/nvim/undo.c:1077: Should leave no spaces after a cast: u'(char *) name' [whitespace/cast] [2]
src/nvim/undo.c:1080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1104: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1108: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1119: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1123: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1136: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1155: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:1159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1174: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1188: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:1190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1209: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:1216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1217: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1219: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1222: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1225: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1227: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1243: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1258: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1275: Should leave no spaces after a cast: u'(char *) curbuf' [whitespace/cast] [2]
src/nvim/undo.c:1299: Should leave no spaces after a cast: u'(char *) name' [whitespace/cast] [2]
src/nvim/undo.c:1346: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:1438: Extra space for operator ++ [whitespace/operators] [4]
src/nvim/undo.c:1446: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/undo.c:1493: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/undo.c:1498: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/undo.c:1503: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/undo.c:1534: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:1545: for should always use braces [readability/braces] [5]
src/nvim/undo.c:1652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1658: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1664: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:1668: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1669: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:1670: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1736: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1741: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1751: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1751: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1753: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1754: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1779: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:1781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1783: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1814: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:1815: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:1817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1818: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1819: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:1823: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1838: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1840: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1842: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1848: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1850: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1852: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1853: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1856: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1859: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1860: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1862: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:1864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1870: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:1873: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:1876: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1880: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1882: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1884: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1886: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1901: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/undo.c:1902: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1909: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1911: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1916: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1918: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1920: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1933: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:1933: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:1933: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:1947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1954: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1955: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1960: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1967: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1971: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1975: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1977: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1979: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:1984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:1984: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1993: if should always use braces [readability/braces] [5]
src/nvim/undo.c:1995: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2001: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2002: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2003: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2004: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:2007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2017: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2019: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2021: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2025: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:2026: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2037: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2041: while should always use braces [readability/braces] [5]
src/nvim/undo.c:2045: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2047: while should always use braces [readability/braces] [5]
src/nvim/undo.c:2051: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2053: while should always use braces [readability/braces] [5]
src/nvim/undo.c:2055: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2063: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2066: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2071: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2074: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2081: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2085: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2088: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2090: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2136: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2157: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2182: for should always use braces [readability/braces] [5]
src/nvim/undo.c:2182: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/undo.c:2183: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2195: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2206: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2207: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:2208: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2210: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:2213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2215: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/undo.c:2216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2220: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2221: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:2222: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2223: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2232: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2233: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2235: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2242: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2244: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2246: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2265: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2267: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2269: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2270: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2275: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/undo.c:2291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2296: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2298: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:2302: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2304: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2306: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:2309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2322: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2330: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2332: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2336: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2342: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2358: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2367: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2368: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:2371: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2373: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2375: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2377: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2379: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2379: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:2381: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2383: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2391: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2392: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:2394: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2396: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:2399: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2401: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2413: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2414: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2415: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2416: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2417: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2423: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/undo.c:2424: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/undo.c:2425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2429: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2431: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2433: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2433: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:2434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2464: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2466: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2468: while should always use braces [readability/braces] [5]
src/nvim/undo.c:2471: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2482: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:2484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2485: An else should appear on the same line as the preceding } [whitespace/newline] [4]
src/nvim/undo.c:2490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2492: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2496: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:2498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2500: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2502: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2502: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:2504: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:2509: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2511: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2511: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:2516: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2517: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/undo.c:2519: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2538: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2541: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2542: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2544: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/undo.c:2546: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2571: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2591: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2592: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2596: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2599: for should always use braces [readability/braces] [5]
src/nvim/undo.c:2600: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/undo.c:2602: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2601: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2622: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:2625: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2627: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2629: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2639: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2640: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2657: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2666: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2667: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2681: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/undo.c:2681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2693: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2696: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/undo.c:2697: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/undo.c:2700: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2705: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2707: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2710: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2714: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2716: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2719: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2721: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2722: for should always use braces [readability/braces] [5]
src/nvim/undo.c:2729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2732: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/undo.c:2733: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/undo.c:2736: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2744: while should always use braces [readability/braces] [5]
src/nvim/undo.c:2749: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2755: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2756: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2766: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/undo.c:2767: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/undo.c:2770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2776: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2778: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2780: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2792: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/undo.c:2795: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2800: while should always use braces [readability/braces] [5]
src/nvim/undo.c:2809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2821: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2826: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2828: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2828: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2832: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2834: An else should always have braces before it [readability/braces] [5]
src/nvim/undo.c:2839: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2852: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2863: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2873: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2874: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/undo.c:2874: Use false instead of FALSE. [readability/bool] [4]
src/nvim/undo.c:2877: Use true instead of TRUE. [readability/bool] [4]
src/nvim/undo.c:2883: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2890: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2937: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo.c:2950: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2952: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2954: if should always use braces [readability/braces] [5]
src/nvim/undo.c:2960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/version.c:29: Should leave no spaces after a cast: u'(NVIM_VERSION_PATCH) NVIM_VERSION_PRERELEASE' [whitespace/cast] [2]
src/nvim/version.c:2515: Brace starting function body must be placed on its own line [readability/braces] [5]
src/nvim/version.c:2544: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/version.c:2556: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/version.c:2571: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/version.c:2612: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/version.c:2689: Use false instead of FALSE. [readability/bool] [4]
src/nvim/version.c:2745: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/version.c:2797: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/version.c:2806: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/version.c:2817: Use true instead of TRUE. [readability/bool] [4]
src/nvim/version.c:2818: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:68: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:69: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:83: if should always use braces [readability/braces] [5]
src/nvim/window.c:85: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:95: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:96: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:98: if should always use braces [readability/braces] [5]
src/nvim/window.c:103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:109: if should always use braces [readability/braces] [5]
src/nvim/window.c:114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:127: if should always use braces [readability/braces] [5]
src/nvim/window.c:128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:130: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:164: for should always use braces [readability/braces] [5]
src/nvim/window.c:165: if should always use braces [readability/braces] [5]
src/nvim/window.c:167: if should always use braces [readability/braces] [5]
src/nvim/window.c:169: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:173: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:187: if should always use braces [readability/braces] [5]
src/nvim/window.c:189: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:189: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:192: if should always use braces [readability/braces] [5]
src/nvim/window.c:194: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:200: if should always use braces [readability/braces] [5]
src/nvim/window.c:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:204: if should always use braces [readability/braces] [5]
src/nvim/window.c:205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:216: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:223: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:231: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:238: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:243: if should always use braces [readability/braces] [5]
src/nvim/window.c:245: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:245: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:298: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:299: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:299: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:305: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:314: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:315: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:328: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:333: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:344: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:357: if should always use braces [readability/braces] [5]
src/nvim/window.c:359: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:366: if should always use braces [readability/braces] [5]
src/nvim/window.c:368: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:414: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:418: if should always use braces [readability/braces] [5]
src/nvim/window.c:420: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:421: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:423: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:433: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/window.c:441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:445: Extra space for operator ++ [whitespace/operators] [4]
src/nvim/window.c:445: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:446: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:446: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:447: if should always use braces [readability/braces] [5]
src/nvim/window.c:449: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:450: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:451: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:456: if should always use braces [readability/braces] [5]
src/nvim/window.c:458: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:464: if should always use braces [readability/braces] [5]
src/nvim/window.c:466: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:469: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:500: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:518: if should always use braces [readability/braces] [5]
src/nvim/window.c:521: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:530: if should always use braces [readability/braces] [5]
src/nvim/window.c:532: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:551: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:561: if should always use braces [readability/braces] [5]
src/nvim/window.c:563: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:565: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:568: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:623: if should always use braces [readability/braces] [5]
src/nvim/window.c:632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:633: if should always use braces [readability/braces] [5]
src/nvim/window.c:634: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:636: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:639: if should always use braces [readability/braces] [5]
src/nvim/window.c:642: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:651: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:651: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:652: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:705: if should always use braces [readability/braces] [5]
src/nvim/window.c:715: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:716: if should always use braces [readability/braces] [5]
src/nvim/window.c:717: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:719: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:724: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:726: if should always use braces [readability/braces] [5]
src/nvim/window.c:730: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:741: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:757: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:758: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:757: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:758: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:757: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:758: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:757: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:758: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:760: if should always use braces [readability/braces] [5]
src/nvim/window.c:761: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:762: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:765: if should always use braces [readability/braces] [5]
src/nvim/window.c:766: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:767: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:772: if should always use braces [readability/braces] [5]
src/nvim/window.c:777: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:781: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:788: if should always use braces [readability/braces] [5]
src/nvim/window.c:789: while should always use braces [readability/braces] [5]
src/nvim/window.c:791: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:796: if should always use braces [readability/braces] [5]
src/nvim/window.c:797: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:798: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:799: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:800: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:802: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:816: if should always use braces [readability/braces] [5]
src/nvim/window.c:818: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:819: for should always use braces [readability/braces] [5]
src/nvim/window.c:823: if should always use braces [readability/braces] [5]
src/nvim/window.c:825: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:829: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:830: if should always use braces [readability/braces] [5]
src/nvim/window.c:832: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:835: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:837: if should always use braces [readability/braces] [5]
src/nvim/window.c:849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:854: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:861: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:864: if should always use braces [readability/braces] [5]
src/nvim/window.c:866: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:866: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:871: if should always use braces [readability/braces] [5]
src/nvim/window.c:873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:875: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:876: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:876: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:877: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:882: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:916: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:923: if should always use braces [readability/braces] [5]
src/nvim/window.c:929: if should always use braces [readability/braces] [5]
src/nvim/window.c:932: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:936: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:938: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:943: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:949: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:952: if should always use braces [readability/braces] [5]
src/nvim/window.c:954: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:955: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:956: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:962: if should always use braces [readability/braces] [5]
src/nvim/window.c:967: if should always use braces [readability/braces] [5]
src/nvim/window.c:974: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1017: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1020: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:1025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1028: if should always use braces [readability/braces] [5]
src/nvim/window.c:1041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1049: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:1052: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1099: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:1104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1110: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:1111: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:1113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1130: if should always use braces [readability/braces] [5]
src/nvim/window.c:1132: if should always use braces [readability/braces] [5]
src/nvim/window.c:1135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1138: if should always use braces [readability/braces] [5]
src/nvim/window.c:1139: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:1141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1148: for should always use braces [readability/braces] [5]
src/nvim/window.c:1148: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/window.c:1150: if should always use braces [readability/braces] [5]
src/nvim/window.c:1151: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:1154: if should always use braces [readability/braces] [5]
src/nvim/window.c:1156: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:1162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1188: while should always use braces [readability/braces] [5]
src/nvim/window.c:1190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1190: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:1192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1192: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1197: if should always use braces [readability/braces] [5]
src/nvim/window.c:1201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1221: if should always use braces [readability/braces] [5]
src/nvim/window.c:1223: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1255: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1272: for should always use braces [readability/braces] [5]
src/nvim/window.c:1280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1289: for should always use braces [readability/braces] [5]
src/nvim/window.c:1290: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/window.c:1294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1297: for should always use braces [readability/braces] [5]
src/nvim/window.c:1299: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/window.c:1301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1311: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1330: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1346: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1353: if should always use braces [readability/braces] [5]
src/nvim/window.c:1356: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/window.c:1359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1368: if should always use braces [readability/braces] [5]
src/nvim/window.c:1371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1423: if should always use braces [readability/braces] [5]
src/nvim/window.c:1426: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:1427: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:1430: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1441: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1442: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1444: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1458: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1464: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1466: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1474: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1477: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1478: if should always use braces [readability/braces] [5]
src/nvim/window.c:1480: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1485: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1509: if should always use braces [readability/braces] [5]
src/nvim/window.c:1511: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:1512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1523: if should always use braces [readability/braces] [5]
src/nvim/window.c:1525: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1534: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:1539: if should always use braces [readability/braces] [5]
src/nvim/window.c:1540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1540: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:1545: if should always use braces [readability/braces] [5]
src/nvim/window.c:1546: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1548: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1550: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1552: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1554: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1559: if should always use braces [readability/braces] [5]
src/nvim/window.c:1561: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1562: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1563: if should always use braces [readability/braces] [5]
src/nvim/window.c:1564: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:1565: if should always use braces [readability/braces] [5]
src/nvim/window.c:1567: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1573: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:1578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1580: if should always use braces [readability/braces] [5]
src/nvim/window.c:1584: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:1589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1597: if should always use braces [readability/braces] [5]
src/nvim/window.c:1599: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1619: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1630: if should always use braces [readability/braces] [5]
src/nvim/window.c:1632: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:1633: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1644: if should always use braces [readability/braces] [5]
src/nvim/window.c:1646: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1655: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:1660: if should always use braces [readability/braces] [5]
src/nvim/window.c:1661: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1661: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:1666: if should always use braces [readability/braces] [5]
src/nvim/window.c:1667: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1669: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1671: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1673: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1680: if should always use braces [readability/braces] [5]
src/nvim/window.c:1682: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1683: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1684: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1684: if should always use braces [readability/braces] [5]
src/nvim/window.c:1685: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:1686: if should always use braces [readability/braces] [5]
src/nvim/window.c:1688: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1694: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:1698: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1700: if should always use braces [readability/braces] [5]
src/nvim/window.c:1704: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:1712: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1715: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:1716: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:1718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1725: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:1731: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1733: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1735: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:1739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1747: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1749: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1758: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:1819: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1827: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1828: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:1832: Use snprintf instead of sprintf. [runtime/printf] [5]
src/nvim/window.c:1834: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1840: if should always use braces [readability/braces] [5]
src/nvim/window.c:1861: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1871: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1872: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1874: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1882: if should always use braces [readability/braces] [5]
src/nvim/window.c:1883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1896: if should always use braces [readability/braces] [5]
src/nvim/window.c:1899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1901: if should always use braces [readability/braces] [5]
src/nvim/window.c:1902: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:1903: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:1907: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1918: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:1920: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1921: if should always use braces [readability/braces] [5]
src/nvim/window.c:1924: if should always use braces [readability/braces] [5]
src/nvim/window.c:1928: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:1929: if should always use braces [readability/braces] [5]
src/nvim/window.c:1932: if should always use braces [readability/braces] [5]
src/nvim/window.c:1934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1935: if should always use braces [readability/braces] [5]
src/nvim/window.c:1940: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1941: if should always use braces [readability/braces] [5]
src/nvim/window.c:1944: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1966: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1968: if should always use braces [readability/braces] [5]
src/nvim/window.c:1988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:1998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2003: if should always use braces [readability/braces] [5]
src/nvim/window.c:2005: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:2007: if should always use braces [readability/braces] [5]
src/nvim/window.c:2016: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:2034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2038: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:2040: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2042: if should always use braces [readability/braces] [5]
src/nvim/window.c:2049: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2060: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:2073: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2075: for should always use braces [readability/braces] [5]
src/nvim/window.c:2076: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/window.c:2077: if should always use braces [readability/braces] [5]
src/nvim/window.c:2080: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2096: if should always use braces [readability/braces] [5]
src/nvim/window.c:2098: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:2098: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:2099: for should always use braces [readability/braces] [5]
src/nvim/window.c:2101: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/window.c:2108: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:2111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2114: if should always use braces [readability/braces] [5]
src/nvim/window.c:2118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2123: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:2125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2140: if should always use braces [readability/braces] [5]
src/nvim/window.c:2151: while should always use braces [readability/braces] [5]
src/nvim/window.c:2152: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:2159: while should always use braces [readability/braces] [5]
src/nvim/window.c:2169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2174: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:2176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2187: if should always use braces [readability/braces] [5]
src/nvim/window.c:2190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2226: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:2226: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:2229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2255: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:2255: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:2259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2273: for should always use braces [readability/braces] [5]
src/nvim/window.c:2276: if should always use braces [readability/braces] [5]
src/nvim/window.c:2283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2285: if should always use braces [readability/braces] [5]
src/nvim/window.c:2289: if should always use braces [readability/braces] [5]
src/nvim/window.c:2295: if should always use braces [readability/braces] [5]
src/nvim/window.c:2307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2316: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:2318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2324: if should always use braces [readability/braces] [5]
src/nvim/window.c:2325: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2329: if should always use braces [readability/braces] [5]
src/nvim/window.c:2331: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:2333: if should always use braces [readability/braces] [5]
src/nvim/window.c:2338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2345: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2346: if should always use braces [readability/braces] [5]
src/nvim/window.c:2349: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2350: for should always use braces [readability/braces] [5]
src/nvim/window.c:2351: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/window.c:2355: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2360: while should always use braces [readability/braces] [5]
src/nvim/window.c:2383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2387: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:2388: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:2393: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:2391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2392: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/window.c:2392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2392: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/window.c:2401: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2403: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:2406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2421: if should always use braces [readability/braces] [5]
src/nvim/window.c:2422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2425: if should always use braces [readability/braces] [5]
src/nvim/window.c:2426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2430: while should always use braces [readability/braces] [5]
src/nvim/window.c:2432: if should always use braces [readability/braces] [5]
src/nvim/window.c:2433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2434: while should always use braces [readability/braces] [5]
src/nvim/window.c:2440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2448: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:2454: while should always use braces [readability/braces] [5]
src/nvim/window.c:2454: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/window.c:2458: while should always use braces [readability/braces] [5]
src/nvim/window.c:2458: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/window.c:2460: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2461: if should always use braces [readability/braces] [5]
src/nvim/window.c:2465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2551: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2551: if should always use braces [readability/braces] [5]
src/nvim/window.c:2552: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:2556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2557: for should always use braces [readability/braces] [5]
src/nvim/window.c:2559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2561: for should always use braces [readability/braces] [5]
src/nvim/window.c:2562: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/window.c:2567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2571: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:2572: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:2577: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:2575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2576: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/window.c:2576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2586: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2589: for should always use braces [readability/braces] [5]
src/nvim/window.c:2590: if should always use braces [readability/braces] [5]
src/nvim/window.c:2592: if should always use braces [readability/braces] [5]
src/nvim/window.c:2597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2607: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2612: if should always use braces [readability/braces] [5]
src/nvim/window.c:2613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2616: if should always use braces [readability/braces] [5]
src/nvim/window.c:2617: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2621: while should always use braces [readability/braces] [5]
src/nvim/window.c:2623: if should always use braces [readability/braces] [5]
src/nvim/window.c:2624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2625: while should always use braces [readability/braces] [5]
src/nvim/window.c:2631: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2639: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:2645: while should always use braces [readability/braces] [5]
src/nvim/window.c:2645: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/window.c:2649: while should always use braces [readability/braces] [5]
src/nvim/window.c:2649: Empty loop bodies should use {} or continue [whitespace/empty_loop_body] [5]
src/nvim/window.c:2651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2652: if should always use braces [readability/braces] [5]
src/nvim/window.c:2656: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2674: if should always use braces [readability/braces] [5]
src/nvim/window.c:2675: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:2679: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2680: for should always use braces [readability/braces] [5]
src/nvim/window.c:2682: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2685: while should always use braces [readability/braces] [5]
src/nvim/window.c:2691: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2707: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2721: if should always use braces [readability/braces] [5]
src/nvim/window.c:2723: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:2723: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:2724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2727: if should always use braces [readability/braces] [5]
src/nvim/window.c:2728: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:2731: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2735: if should always use braces [readability/braces] [5]
src/nvim/window.c:2739: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2741: for should always use braces [readability/braces] [5]
src/nvim/window.c:2748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2754: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:2755: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:2757: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2764: if should always use braces [readability/braces] [5]
src/nvim/window.c:2766: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:2766: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:2767: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2770: if should always use braces [readability/braces] [5]
src/nvim/window.c:2771: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:2774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2778: if should always use braces [readability/braces] [5]
src/nvim/window.c:2782: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2784: for should always use braces [readability/braces] [5]
src/nvim/window.c:2792: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2799: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:2800: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:2802: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2810: if should always use braces [readability/braces] [5]
src/nvim/window.c:2817: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2826: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2832: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:2833: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2838: if should always use braces [readability/braces] [5]
src/nvim/window.c:2844: if should always use braces [readability/braces] [5]
src/nvim/window.c:2849: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2872: if should always use braces [readability/braces] [5]
src/nvim/window.c:2874: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:2879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2887: if should always use braces [readability/braces] [5]
src/nvim/window.c:2897: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2903: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:2909: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2917: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:2919: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2927: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2931: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2934: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2947: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2980: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:2983: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:2995: for should always use braces [readability/braces] [5]
src/nvim/window.c:2995: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/window.c:2997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3023: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3041: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3043: for should always use braces [readability/braces] [5]
src/nvim/window.c:3045: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:3055: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3068: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3089: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3099: if should always use braces [readability/braces] [5]
src/nvim/window.c:3102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3108: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/window.c:3116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3133: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3141: for should always use braces [readability/braces] [5]
src/nvim/window.c:3142: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:3146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3155: for should always use braces [readability/braces] [5]
src/nvim/window.c:3156: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:3160: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3166: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:3167: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:3169: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/window.c:3168: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/window.c:3168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3178: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3179: if should always use braces [readability/braces] [5]
src/nvim/window.c:3182: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3183: if should always use braces [readability/braces] [5]
src/nvim/window.c:3185: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3186: if should always use braces [readability/braces] [5]
src/nvim/window.c:3200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3206: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/window.c:3216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3223: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3226: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3233: if should always use braces [readability/braces] [5]
src/nvim/window.c:3234: Closing ) should be moved to the previous line [whitespace/parens] [2]
src/nvim/window.c:3236: if should always use braces [readability/braces] [5]
src/nvim/window.c:3237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3243: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3244: if should always use braces [readability/braces] [5]
src/nvim/window.c:3245: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3251: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3269: if should always use braces [readability/braces] [5]
src/nvim/window.c:3275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3276: if should always use braces [readability/braces] [5]
src/nvim/window.c:3278: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3281: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3284: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/window.c:3285: for should always use braces [readability/braces] [5]
src/nvim/window.c:3287: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/window.c:3291: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3292: for should always use braces [readability/braces] [5]
src/nvim/window.c:3293: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/window.c:3295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3303: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3304: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/window.c:3307: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3313: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/window.c:3315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3319: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:3320: if should always use braces [readability/braces] [5]
src/nvim/window.c:3322: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:3323: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3325: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:3329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3335: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3355: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:3365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3366: if should always use braces [readability/braces] [5]
src/nvim/window.c:3368: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3368: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:3369: for should always use braces [readability/braces] [5]
src/nvim/window.c:3370: if should always use braces [readability/braces] [5]
src/nvim/window.c:3372: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3372: if should always use braces [readability/braces] [5]
src/nvim/window.c:3386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3387: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3407: if should always use braces [readability/braces] [5]
src/nvim/window.c:3410: if should always use braces [readability/braces] [5]
src/nvim/window.c:3412: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3418: if should always use braces [readability/braces] [5]
src/nvim/window.c:3420: if should always use braces [readability/braces] [5]
src/nvim/window.c:3421: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3441: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:3442: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:3443: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3453: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3459: if should always use braces [readability/braces] [5]
src/nvim/window.c:3461: if should always use braces [readability/braces] [5]
src/nvim/window.c:3463: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3465: if should always use braces [readability/braces] [5]
src/nvim/window.c:3470: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3480: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3481: while should always use braces [readability/braces] [5]
src/nvim/window.c:3486: if should always use braces [readability/braces] [5]
src/nvim/window.c:3487: while should always use braces [readability/braces] [5]
src/nvim/window.c:3493: if should always use braces [readability/braces] [5]
src/nvim/window.c:3497: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3500: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:3501: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:3502: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3518: if should always use braces [readability/braces] [5]
src/nvim/window.c:3520: if should always use braces [readability/braces] [5]
src/nvim/window.c:3522: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3524: if should always use braces [readability/braces] [5]
src/nvim/window.c:3529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3539: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3540: while should always use braces [readability/braces] [5]
src/nvim/window.c:3545: if should always use braces [readability/braces] [5]
src/nvim/window.c:3546: while should always use braces [readability/braces] [5]
src/nvim/window.c:3552: if should always use braces [readability/braces] [5]
src/nvim/window.c:3556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3573: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3575: if should always use braces [readability/braces] [5]
src/nvim/window.c:3579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3583: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3584: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3585: if should always use braces [readability/braces] [5]
src/nvim/window.c:3588: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3589: if should always use braces [readability/braces] [5]
src/nvim/window.c:3591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3592: if should always use braces [readability/braces] [5]
src/nvim/window.c:3598: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3611: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3616: if should always use braces [readability/braces] [5]
src/nvim/window.c:3618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3639: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3644: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3651: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3652: if should always use braces [readability/braces] [5]
src/nvim/window.c:3653: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3657: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3658: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:3659: if should always use braces [readability/braces] [5]
src/nvim/window.c:3660: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3662: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3663: if should always use braces [readability/braces] [5]
src/nvim/window.c:3665: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3669: if should always use braces [readability/braces] [5]
src/nvim/window.c:3672: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3674: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3707: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
src/nvim/window.c:3711: if should always use braces [readability/braces] [5]
src/nvim/window.c:3740: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3759: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3766: if should always use braces [readability/braces] [5]
src/nvim/window.c:3772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3779: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3791: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3794: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:3795: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:3797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3809: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3816: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3831: for should always use braces [readability/braces] [5]
src/nvim/window.c:3831: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/window.c:3836: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3839: for should always use braces [readability/braces] [5]
src/nvim/window.c:3840: if should always use braces [readability/braces] [5]
src/nvim/window.c:3853: if should always use braces [readability/braces] [5]
src/nvim/window.c:3865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3872: if should always use braces [readability/braces] [5]
src/nvim/window.c:3874: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3879: if should always use braces [readability/braces] [5]
src/nvim/window.c:3881: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3883: if should always use braces [readability/braces] [5]
src/nvim/window.c:3885: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3889: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3892: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:3893: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:3895: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3898: if should always use braces [readability/braces] [5]
src/nvim/window.c:3900: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3902: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3904: if should always use braces [readability/braces] [5]
src/nvim/window.c:3906: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3908: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3912: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3919: if should always use braces [readability/braces] [5]
src/nvim/window.c:3924: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3932: if should always use braces [readability/braces] [5]
src/nvim/window.c:3934: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3938: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3943: if should always use braces [readability/braces] [5]
src/nvim/window.c:3945: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:3947: if should always use braces [readability/braces] [5]
src/nvim/window.c:3952: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3967: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
src/nvim/window.c:3974: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3982: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3982: if should always use braces [readability/braces] [5]
src/nvim/window.c:3984: if should always use braces [readability/braces] [5]
src/nvim/window.c:3987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3989: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3990: if should always use braces [readability/braces] [5]
src/nvim/window.c:3991: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:3993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:3996: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]
src/nvim/window.c:3999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4004: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4004: if should always use braces [readability/braces] [5]
src/nvim/window.c:4007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4009: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4010: if should always use braces [readability/braces] [5]
src/nvim/window.c:4011: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4031: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4040: for should always use braces [readability/braces] [5]
src/nvim/window.c:4040: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/window.c:4041: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/window.c:4048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4067: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4085: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4089: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4097: if should always use braces [readability/braces] [5]
src/nvim/window.c:4098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4099: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4127: if should always use braces [readability/braces] [5]
src/nvim/window.c:4129: if should always use braces [readability/braces] [5]
src/nvim/window.c:4135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4142: if should always use braces [readability/braces] [5]
src/nvim/window.c:4152: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4176: if should always use braces [readability/braces] [5]
src/nvim/window.c:4180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4181: if should always use braces [readability/braces] [5]
src/nvim/window.c:4183: if should always use braces [readability/braces] [5]
src/nvim/window.c:4184: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4189: if should always use braces [readability/braces] [5]
src/nvim/window.c:4193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4203: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/window.c:4208: if should always use braces [readability/braces] [5]
src/nvim/window.c:4213: if should always use braces [readability/braces] [5]
src/nvim/window.c:4216: if should always use braces [readability/braces] [5]
src/nvim/window.c:4218: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4218: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:4222: if should always use braces [readability/braces] [5]
src/nvim/window.c:4226: if should always use braces [readability/braces] [5]
src/nvim/window.c:4229: if should always use braces [readability/braces] [5]
src/nvim/window.c:4234: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:4235: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4246: if should always use braces [readability/braces] [5]
src/nvim/window.c:4248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4250: if should always use braces [readability/braces] [5]
src/nvim/window.c:4254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4255: if should always use braces [readability/braces] [5]
src/nvim/window.c:4261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4264: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4271: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/window.c:4272: if should always use braces [readability/braces] [5]
src/nvim/window.c:4273: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4274: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4281: if should always use braces [readability/braces] [5]
src/nvim/window.c:4283: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4283: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:4284: if should always use braces [readability/braces] [5]
src/nvim/window.c:4287: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4293: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4296: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:4296: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4300: if should always use braces [readability/braces] [5]
src/nvim/window.c:4302: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4309: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4323: if should always use braces [readability/braces] [5]
src/nvim/window.c:4325: if should always use braces [readability/braces] [5]
src/nvim/window.c:4331: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4337: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4346: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4347: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4354: if should always use braces [readability/braces] [5]
src/nvim/window.c:4357: if should always use braces [readability/braces] [5]
src/nvim/window.c:4358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4365: if should always use braces [readability/braces] [5]
src/nvim/window.c:4369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4377: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/window.c:4382: if should always use braces [readability/braces] [5]
src/nvim/window.c:4387: if should always use braces [readability/braces] [5]
src/nvim/window.c:4391: if should always use braces [readability/braces] [5]
src/nvim/window.c:4394: if should always use braces [readability/braces] [5]
src/nvim/window.c:4399: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:4402: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4410: if should always use braces [readability/braces] [5]
src/nvim/window.c:4412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4414: if should always use braces [readability/braces] [5]
src/nvim/window.c:4417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4420: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4427: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/window.c:4428: if should always use braces [readability/braces] [5]
src/nvim/window.c:4429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4430: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4437: if should always use braces [readability/braces] [5]
src/nvim/window.c:4439: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4439: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:4440: if should always use braces [readability/braces] [5]
src/nvim/window.c:4443: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4449: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4452: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:4452: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4456: if should always use braces [readability/braces] [5]
src/nvim/window.c:4458: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4471: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4473: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4475: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4480: if should always use braces [readability/braces] [5]
src/nvim/window.c:4482: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:4485: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4499: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4504: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4510: if should always use braces [readability/braces] [5]
src/nvim/window.c:4515: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4518: if should always use braces [readability/braces] [5]
src/nvim/window.c:4521: if should always use braces [readability/braces] [5]
src/nvim/window.c:4525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4526: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4528: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4530: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4536: if should always use braces [readability/braces] [5]
src/nvim/window.c:4540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4542: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4547: if should always use braces [readability/braces] [5]
src/nvim/window.c:4549: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4551: if should always use braces [readability/braces] [5]
src/nvim/window.c:4553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4554: for should always use braces [readability/braces] [5]
src/nvim/window.c:4556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4559: if should always use braces [readability/braces] [5]
src/nvim/window.c:4560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4561: if should always use braces [readability/braces] [5]
src/nvim/window.c:4564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4568: if should always use braces [readability/braces] [5]
src/nvim/window.c:4569: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4571: if should always use braces [readability/braces] [5]
src/nvim/window.c:4572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4573: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4583: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4585: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4588: if should always use braces [readability/braces] [5]
src/nvim/window.c:4590: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4597: if should always use braces [readability/braces] [5]
src/nvim/window.c:4604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4616: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4616: if should always use braces [readability/braces] [5]
src/nvim/window.c:4620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4622: if should always use braces [readability/braces] [5]
src/nvim/window.c:4628: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4631: if should always use braces [readability/braces] [5]
src/nvim/window.c:4641: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4642: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4648: if should always use braces [readability/braces] [5]
src/nvim/window.c:4651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4652: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4653: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4654: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4656: for should always use braces [readability/braces] [5]
src/nvim/window.c:4658: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4676: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4677: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4679: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4680: if should always use braces [readability/braces] [5]
src/nvim/window.c:4681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4682: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4683: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4689: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4691: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4694: if should always use braces [readability/braces] [5]
src/nvim/window.c:4696: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4713: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4724: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4726: if should always use braces [readability/braces] [5]
src/nvim/window.c:4728: if should always use braces [readability/braces] [5]
src/nvim/window.c:4729: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4753: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4758: if should always use braces [readability/braces] [5]
src/nvim/window.c:4766: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4767: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4785: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:4789: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:4797: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4799: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:4802: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:4803: if should always use braces [readability/braces] [5]
src/nvim/window.c:4804: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4806: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:4807: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4812: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4820: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4829: if should always use braces [readability/braces] [5]
src/nvim/window.c:4831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4831: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4839: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4859: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4862: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4875: if should always use braces [readability/braces] [5]
src/nvim/window.c:4879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4888: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4895: while should always use braces [readability/braces] [5]
src/nvim/window.c:4898: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4899: while should always use braces [readability/braces] [5]
src/nvim/window.c:4906: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4916: if should always use braces [readability/braces] [5]
src/nvim/window.c:4923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4926: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4927: if should always use braces [readability/braces] [5]
src/nvim/window.c:4929: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:4931: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4935: if should always use braces [readability/braces] [5]
src/nvim/window.c:4937: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:4941: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4942: if should always use braces [readability/braces] [5]
src/nvim/window.c:4946: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4952: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:4955: if should always use braces [readability/braces] [5]
src/nvim/window.c:4961: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4972: if should always use braces [readability/braces] [5]
src/nvim/window.c:4979: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:4995: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:4996: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:4999: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5004: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:5009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5016: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5020: while should always use braces [readability/braces] [5]
src/nvim/window.c:5022: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5023: if should always use braces [readability/braces] [5]
src/nvim/window.c:5028: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5033: if should always use braces [readability/braces] [5]
src/nvim/window.c:5035: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:5037: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:5038: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:5042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5051: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:5056: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:5060: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5064: if should always use braces [readability/braces] [5]
src/nvim/window.c:5066: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:5071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5075: if should always use braces [readability/braces] [5]
src/nvim/window.c:5076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5076: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:5078: if should always use braces [readability/braces] [5]
src/nvim/window.c:5086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5090: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:5091: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:5092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5097: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/window.c:5108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5122: if should always use braces [readability/braces] [5]
src/nvim/window.c:5124: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:5129: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:5132: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:5138: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5139: for should always use braces [readability/braces] [5]
src/nvim/window.c:5142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5143: for should always use braces [readability/braces] [5]
src/nvim/window.c:5144: Line contains only semicolon. If this should be an empty statement, use {} instead. [whitespace/semicolon] [5]
src/nvim/window.c:5149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5168: if should always use braces [readability/braces] [5]
src/nvim/window.c:5179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5251: if should always use braces [readability/braces] [5]
src/nvim/window.c:5253: if should always use braces [readability/braces] [5]
src/nvim/window.c:5255: if should always use braces [readability/braces] [5]
src/nvim/window.c:5259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5282: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:5283: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/window.c:5285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5296: if should always use braces [readability/braces] [5]
src/nvim/window.c:5303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5309: if should always use braces [readability/braces] [5]
src/nvim/window.c:5320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5333: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:5334: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:5339: if should always use braces [readability/braces] [5]
src/nvim/window.c:5344: if should always use braces [readability/braces] [5]
src/nvim/window.c:5351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5359: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/window.c:5371: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:5372: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:5382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5396: If an else has a brace on one side, it should have it on both [readability/braces] [5]
src/nvim/window.c:5397: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:5478: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5481: while should always use braces [readability/braces] [5]
src/nvim/window.c:5483: if should always use braces [readability/braces] [5]
src/nvim/window.c:5488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5495: Use false instead of FALSE. [readability/bool] [4]
src/nvim/window.c:5503: if should always use braces [readability/braces] [5]
src/nvim/window.c:5504: { should almost always be at the end of the previous line [whitespace/braces] [4]
src/nvim/window.c:5505: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/window.c:5506: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/window.c:5507: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/window.c:5507: Missing space before asterisk in listitem_T * [whitespace/operators] [2]
src/nvim/window.c:5508: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/window.c:5511: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/window.c:5512: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/window.c:5513: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/window.c:5514: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/window.c:5515: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/window.c:5517: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/window.c:5533: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:5540: if should always use braces [readability/braces] [5]
src/nvim/window.c:5554: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/window.c:5572: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:5573: Missing space before { [whitespace/braces] [5]
src/nvim/window.c:5592: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/window.c:5593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5601: if should always use braces [readability/braces] [5]
src/nvim/window.c:5603: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:5615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5626: if should always use braces [readability/braces] [5]
src/nvim/window.c:5626: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:5637: if should always use braces [readability/braces] [5]
src/nvim/window.c:5637: Use true instead of TRUE. [readability/bool] [4]
src/nvim/window.c:5641: if should always use braces [readability/braces] [5]
src/nvim/window.c:5643: An else should always have braces before it [readability/braces] [5]
src/nvim/window.c:5668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.c:5693: while should always use braces [readability/braces] [5]
src/nvim/api/private/defs.h:8: Missing space after { [whitespace/braces] [5]
src/nvim/api/private/defs.h:8: Missing space before } [whitespace/braces] [5]
src/nvim/api/private/defs.h:9: Missing space after { [whitespace/braces] [5]
src/nvim/api/private/defs.h:9: Missing space before } [whitespace/braces] [5]
src/nvim/api/private/helpers.h:58: Missing space after { [whitespace/braces] [5]
src/nvim/api/private/helpers.h:58: Missing space before } [whitespace/braces] [5]
src/nvim/api/private/helpers.h:66: Missing space after { [whitespace/braces] [5]
src/nvim/api/private/helpers.h:66: Missing space before } [whitespace/braces] [5]
src/nvim/ascii.h:157: #endif line should be "#endif // NVIM_ASCII_H" [build/header_guard] [5]
src/nvim/ascii.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:29: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:31: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:32: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:36: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:36: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/ascii.h:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:70: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ascii.h:157: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/assert.h:62: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer_defs.h:1187: #endif line should be "#endif // NVIM_BUFFER_DEFS_H" [build/header_guard] [5]
src/nvim/buffer_defs.h:9: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer_defs.h:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:63: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:67: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:93: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:155: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:164: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:168: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:170: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:172: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:172: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/buffer_defs.h:174: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:176: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/buffer_defs.h:178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:182: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/buffer_defs.h:184: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:186: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:233: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:236: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:267: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:271: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:275: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:296: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:312: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:313: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:319: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:320: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:326: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:338: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:339: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:341: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:343: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:353: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:365: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:389: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:404: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:405: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:406: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:407: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:408: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:409: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:410: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:411: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:412: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:413: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:413: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:413: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer_defs.h:415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:416: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:416: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/buffer_defs.h:417: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:418: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:419: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:420: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:424: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:426: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:426: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:428: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:448: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:467: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:481: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:484: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:486: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:487: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:487: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:497: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:507: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:514: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:514: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:516: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:517: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:517: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:519: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:522: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:524: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:525: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:527: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:529: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:540: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:544: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:545: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:573: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:573: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:575: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:578: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:580: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:581: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:582: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:584: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:587: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:588: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:593: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:595: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:596: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:597: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:597: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:598: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:598: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:601: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/buffer_defs.h:602: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:603: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:604: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:606: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:611: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:613: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:699: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:738: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:741: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:742: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:743: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:744: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:745: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:748: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:755: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:755: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:763: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:763: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:764: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer_defs.h:763: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer_defs.h:765: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:766: Extra space for operator ! [whitespace/operators] [4]
src/nvim/buffer_defs.h:766: Use operator ! instead of not [readability/alt_tokens] [2]
src/nvim/buffer_defs.h:769: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:769: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:784: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:789: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:807: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:842: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:855: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:858: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:859: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:862: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:871: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:872: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:873: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:875: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:875: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:877: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:878: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:879: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:886: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:912: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:912: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer_defs.h:913: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:913: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer_defs.h:914: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:914: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer_defs.h:922: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:922: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer_defs.h:923: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:923: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/buffer_defs.h:924: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:925: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/buffer_defs.h:928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:945: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:956: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:958: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:959: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:960: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:960: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:967: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:971: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:971: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:984: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:988: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:988: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:990: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:990: Use true instead of TRUE. [readability/bool] [4]
src/nvim/buffer_defs.h:992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:994: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:994: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:995: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer_defs.h:996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:997: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:997: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1000: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1000: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1003: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1007: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1008: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1008: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1010: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1011: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1012: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1013: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1015: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1018: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1025: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1027: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1029: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1033: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1034: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1038: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1042: Use operator || instead of or [readability/alt_tokens] [2]
src/nvim/buffer_defs.h:1045: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1068: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1071: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1072: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1072: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1074: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1074: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1076: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1076: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1083: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1084: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1084: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1087: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1088: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1090: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1091: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1092: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1093: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1094: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1095: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1098: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1101: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1101: Extra space before ( in function call [whitespace/parens] [4]
src/nvim/buffer_defs.h:1102: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/buffer_defs.h:1103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1105: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1131: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1134: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1153: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1156: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1162: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1163: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1164: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1166: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1175: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/buffer_defs.h:1175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/buffer_defs.h:1187: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:11: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:12: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:13: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:27: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:28: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:29: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:30: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:31: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:36: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:37: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:38: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:39: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:44: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:45: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/buffer.h:46: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/cursor_shape.h:4: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:21: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:22: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:24: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:27: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:28: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:29: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:31: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:32: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:34: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:38: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:39: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:41: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:42: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:45: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:46: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/cursor_shape.h:47: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:22: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:24: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:25: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:27: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:28: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:29: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:30: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:32: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:33: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:34: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:36: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/edit.h:37: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:63: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:65: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/eval_defs.h:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:76: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:79: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:85: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:89: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:93: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:94: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:95: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:96: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:97: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:98: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:114: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval_defs.h:115: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/eval/typval_encode.h:89: Should leave no spaces after a cast: u'(char *) tv' [whitespace/cast] [2]
src/nvim/event/loop.h:50: Should leave no spaces after a cast: u'(int) (' [whitespace/cast] [2]
src/nvim/event/stream.h:24: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/ex_cmds2.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:21: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds2.h:22: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:41: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:42: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:45: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:46: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/ex_cmds_defs.h:46: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:49: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:50: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:51: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:55: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:56: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:60: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:63: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:80: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:81: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds_defs.h:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:21: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_cmds.h:22: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_docmd.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:45: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:46: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:47: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:49: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:51: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:55: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:56: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:63: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:67: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:70: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:76: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:78: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:80: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:88: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:89: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:92: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:98: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_eval.h:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ex_getln.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fileio.h:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.h:4: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.h:5: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/file_search.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.h:12: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fold.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/fold.h:14: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/fold.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/func_attr.h:1: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:4: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:5: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:6: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:9: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:12: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:13: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:16: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:19: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:20: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/func_attr.h:21: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/garray.h:70: Missing space before asterisk in void* [whitespace/operators] [2]
src/nvim/getchar.h:4: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/getchar.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1272: #endif line should be "#endif // NVIM_GLOBALS_H" [build/header_guard] [5]
src/nvim/globals.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:25: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/globals.h:28: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:123: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/globals.h:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:150: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:151: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:154: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:158: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:159: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:161: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:165: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:167: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:178: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:179: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:180: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:181: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:183: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:185: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:205: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:217: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:219: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:221: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:222: Missing spaces around = [whitespace/operators] [4]
src/nvim/globals.h:224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:228: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:231: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:231: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:233: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:238: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:240: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:241: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:242: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:243: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:243: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:244: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:244: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:245: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:245: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:246: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:246: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:248: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:249: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:249: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:250: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:250: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:250: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:252: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:252: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:254: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:254: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:254: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:256: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:256: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:258: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:259: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:259: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:261: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:261: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:263: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:264: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:265: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:265: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:266: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:266: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:268: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:269: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:270: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:270: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:272: Use true instead of TRUE. [readability/bool] [4]
src/nvim/globals.h:274: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:274: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:276: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:277: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:279: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:279: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:282: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:283: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:289: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:290: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:290: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:290: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:293: Extra space after ( in function call [whitespace/parens] [4]
src/nvim/globals.h:294: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:302: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:303: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:304: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:305: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:308: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:319: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:321: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:325: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:327: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:332: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:334: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:340: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:348: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:368: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:387: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:388: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:389: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:396: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:397: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:399: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:405: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/nvim/globals.h:415: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:421: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:421: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:422: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:423: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:425: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:425: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:427: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:427: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:427: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:429: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:429: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:429: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:431: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:433: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:439: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:439: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:489: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:496: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:497: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:506: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:506: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:507: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:507: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:508: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:508: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:509: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:510: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:510: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:511: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:511: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:511: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:531: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:532: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:533: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:533: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:536: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:538: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:539: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:541: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:543: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:547: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:549: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:551: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:553: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:558: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:559: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:571: for should always use braces [readability/braces] [5]
src/nvim/globals.h:572: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/globals.h:574: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:576: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:577: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:577: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:579: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:583: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:585: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:591: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:591: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:594: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/globals.h:596: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:606: for should always use braces [readability/braces] [5]
src/nvim/globals.h:608: for should always use braces [readability/braces] [5]
src/nvim/globals.h:610: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:612: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:612: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:614: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:618: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:620: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:620: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:620: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:623: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:624: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:625: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:627: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:632: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:634: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:635: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:643: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:645: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:646: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:655: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:658: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:663: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:667: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:675: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:676: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:678: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:679: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:681: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:687: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:688: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:690: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:696: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:702: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:704: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:710: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:718: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:724: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:726: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:730: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:732: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:736: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:738: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:742: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:747: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:750: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:750: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:762: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:765: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:770: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:771: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:772: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:773: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:774: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:775: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:776: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:777: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:778: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:815: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:821: Missing space before asterisk in int* [whitespace/operators] [2]
src/nvim/globals.h:824: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:831: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:831: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:837: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:840: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:841: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:841: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:843: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:843: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:844: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:844: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:846: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:846: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:847: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:848: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:848: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:848: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:850: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:851: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:851: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:856: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:857: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:857: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:857: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:861: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:861: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:861: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:863: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:864: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:865: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:866: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:867: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:869: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:869: Use true instead of TRUE. [readability/bool] [4]
src/nvim/globals.h:873: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:880: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:881: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:882: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:883: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:884: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:887: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:889: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:890: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:892: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:893: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:894: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:896: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:899: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:899: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:900: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:900: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:913: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:914: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:914: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:915: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:915: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:921: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:922: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:923: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:928: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:928: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:929: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:930: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:930: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:933: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:933: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:934: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/globals.h:935: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:935: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:936: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/globals.h:962: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:963: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:964: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:965: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:965: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:967: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:970: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:972: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:972: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:974: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:987: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:989: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:990: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:992: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:993: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:996: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:998: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1009: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1014: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1025: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1032: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1033: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:1034: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:1036: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1037: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1038: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1042: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1047: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1048: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1050: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1053: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1058: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1059: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:1061: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1065: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/globals.h:1065: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1065: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:1075: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1079: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1082: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1086: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1087: Use false instead of FALSE. [readability/bool] [4]
src/nvim/globals.h:1096: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1102: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1105: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/globals.h:1107: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1109: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1109: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/globals.h:1130: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1137: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1151: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1161: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1171: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1178: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1180: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1182: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1187: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1201: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1203: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1206: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/globals.h:1209: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1214: Inner expression indentation should be 4 [whitespace/indent] [2]
src/nvim/globals.h:1215: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/globals.h:1227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/globals.h:1272: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.h:37: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.h:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.h:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/hardcopy.h:71: Missing space after { [whitespace/braces] [5]
src/nvim/hardcopy.h:71: Missing space before } [whitespace/braces] [5]
src/nvim/if_cscope_defs.h:4: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:39: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:41: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/if_cscope_defs.h:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/indent.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:28: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:36: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:42: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:60: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:75: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:81: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:95: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:125: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:126: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:169: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:171: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:175: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:176: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:177: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:178: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:179: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:180: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:181: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:182: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:183: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:185: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:187: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:188: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:227: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:229: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:230: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:232: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:239: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:240: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:241: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:242: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:248: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:270: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:276: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:323: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:329: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:342: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:354: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:358: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:364: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:366: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:367: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:368: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:369: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:370: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:371: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:373: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:374: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:375: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:376: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:377: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:378: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:379: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:380: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:381: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:382: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:437: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:438: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/keymap.h:451: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:26: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:137: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:148: Use int16_t/int64_t/etc, rather than the C type long long [runtime/int] [4]
src/nvim/lib/khash.h:160: Missing spaces around << [whitespace/operators] [3]
src/nvim/lib/khash.h:161: Missing spaces around << [whitespace/operators] [3]
src/nvim/lib/khash.h:162: Missing spaces around << [whitespace/operators] [3]
src/nvim/lib/khash.h:163: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/lib/khash.h:163: Missing spaces around << [whitespace/operators] [3]
src/nvim/lib/khash.h:164: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/lib/khash.h:164: Missing spaces around << [whitespace/operators] [3]
src/nvim/lib/khash.h:165: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/lib/khash.h:165: Missing spaces around << [whitespace/operators] [3]
src/nvim/lib/khash.h:166: Missing spaces around << [whitespace/operators] [3]
src/nvim/lib/khash.h:171: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/lib/khash.h:175: Missing space after , [whitespace/comma] [3]
src/nvim/lib/khash.h:181: Missing space after , [whitespace/comma] [3]
src/nvim/lib/khash.h:190: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:191: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:192: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:193: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:194: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:195: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:212: Missing space before asterisk in kh_##name##_t* [whitespace/operators] [2]
src/nvim/lib/khash.h:277: Missing space before asterisk in khint32_t* [whitespace/operators] [2]
src/nvim/lib/khash.h:282: Missing space before asterisk in khkey_t* [whitespace/operators] [2]
src/nvim/lib/khash.h:286: Missing space before asterisk in khval_t* [whitespace/operators] [2]
src/nvim/lib/khash.h:294: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/lib/khash.h:338: Missing space before asterisk in khkey_t* [whitespace/operators] [2]
src/nvim/lib/khash.h:341: Missing space before asterisk in khval_t* [whitespace/operators] [2]
src/nvim/lib/khash.h:417: Do not use preincrement in statements, use postincrement instead [readability/increment] [5]
src/nvim/lib/khash.h:421: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:422: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:423: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:425: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/lib/khash.h:426: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:427: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:427: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/lib/khash.h:429: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/lib/khash.h:430: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:430: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/lib/khash.h:432: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:434: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:440: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:444: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:449: Missing spaces around << [whitespace/operators] [3]
src/nvim/lib/khash.h:450: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:454: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:461: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:461: Missing space before asterisk in khint_t)* [whitespace/operators] [2]
src/nvim/lib/khash.h:462: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:462: if should always use braces [readability/braces] [5]
src/nvim/lib/khash.h:462: Missing space before asterisk in uint8_t)* [whitespace/operators] [2]
src/nvim/lib/khash.h:462: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/lib/khash.h:463: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:465: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:471: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:488: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:490: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:492: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:498: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:505: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:512: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:519: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:526: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:534: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:547: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:556: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:572: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:580: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:589: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:594: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:601: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:608: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:615: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:622: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:629: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:630: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:630: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/lib/khash.h:631: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:631: if should always use braces [readability/braces] [5]
src/nvim/lib/khash.h:631: Missing space after , [whitespace/comma] [3]
src/nvim/lib/khash.h:632: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:632: Missing space after , [whitespace/comma] [3]
src/nvim/lib/khash.h:633: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:633: Missing space after , [whitespace/comma] [3]
src/nvim/lib/khash.h:634: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:635: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:637: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:643: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:644: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:644: Do not use preincrement in statements, including for(;; action) [readability/increment] [4]
src/nvim/lib/khash.h:645: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:645: if should always use braces [readability/braces] [5]
src/nvim/lib/khash.h:645: Missing space after , [whitespace/comma] [3]
src/nvim/lib/khash.h:646: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:646: Missing space after , [whitespace/comma] [3]
src/nvim/lib/khash.h:647: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:648: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:650: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:668: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:670: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:674: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:675: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:682: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:683: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:685: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:689: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:690: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:692: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:697: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:698: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:698: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/lib/khash.h:701: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:705: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:706: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/lib/khash.h:708: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/khash.h:716: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/klist.h:26: #ifndef header guard has wrong style, please use: NVIM_LIB_KLIST_H [build/header_guard] [5]
src/nvim/lib/klist.h:145: #endif line should be "#endif // NVIM_LIB_KLIST_H" [build/header_guard] [5]
src/nvim/lib/klist.h:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/lib/klist.h:143: for should always use braces [readability/braces] [5]
src/nvim/lib/kvec.h:91: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/lib/kvec.h:95: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:27: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:28: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:29: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:43: for should always use braces [readability/braces] [5]
src/nvim/lib/ringbuf.h:58: for should always use braces [readability/braces] [5]
src/nvim/lib/ringbuf.h:161: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:222: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:227: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:230: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:265: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:269: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/lib/ringbuf.h:274: Should leave no spaces after a cast: u'(size_t) (' [whitespace/cast] [2]
src/nvim/log.h:38: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/log.h:40: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/log.h:47: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/log.h:49: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/log.h:56: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/log.h:58: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/log.h:65: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/log.h:67: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/macros.h:22: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:37: Missing space after { [whitespace/braces] [5]
src/nvim/macros.h:41: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:46: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:76: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:86: if should always use braces [readability/braces] [5]
src/nvim/macros.h:92: if should always use braces [readability/braces] [5]
src/nvim/macros.h:94: An else should always have braces before it [readability/braces] [5]
src/nvim/macros.h:94: Else clause should never be on same line as else (use 2 lines) [whitespace/newline] [4]
src/nvim/macros.h:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:122: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/macros.h:149: Use false instead of FALSE. [readability/bool] [4]
src/nvim/macros.h:154: Lines should be <= 80 characters long [whitespace/line_length] [2]
src/nvim/macros.h:157: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/mark_defs.h:48: #endif line should be "#endif // NVIM_MARK_DEFS_H" [build/header_guard] [5]
src/nvim/mark_defs.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mark_defs.h:48: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/mark.h:32: Missing space after { [whitespace/braces] [5]
src/nvim/mark.h:32: Missing space before } [whitespace/braces] [5]
src/nvim/mbyte.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.h:21: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.h:24: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.h:25: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.h:27: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.h:28: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/mbyte.h:29: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:59: #endif line should be "#endif // NVIM_MEMLINE_DEFS_H" [build/header_guard] [5]
src/nvim/memline_defs.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:29: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:33: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:37: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:38: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:39: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:45: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:47: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:50: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:51: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/memline_defs.h:59: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/menu.h:4: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:24: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:26: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:32: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:33: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:34: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:36: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/menu.h:36: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:38: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/menu.h:38: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:41: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:42: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:45: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:46: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:47: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/menu.h:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.h:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/message.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/misc1.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:24: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:60: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:63: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:67: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/normal.h:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.h:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ops.h:22: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:809: #endif line should be "#endif // NVIM_OPTION_DEFS_H" [build/header_guard] [5]
src/nvim/option_defs.h:19: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/option_defs.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:29: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/option_defs.h:33: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:41: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:49: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:50: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:55: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:56: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:72: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:73: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:76: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:78: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:85: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:88: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:90: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:92: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:94: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:95: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:96: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:97: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:98: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:106: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:109: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:110: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:117: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:119: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:121: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:123: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:127: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:129: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:130: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/option_defs.h:130: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:132: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:136: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:139: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:140: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:142: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:143: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:145: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:146: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:147: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:148: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:149: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:151: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:190: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:191: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:192: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:194: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:195: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:196: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:197: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:198: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:199: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:200: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:201: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:202: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:203: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:205: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:206: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:207: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:209: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:210: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:211: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:213: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:216: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:218: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:219: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:220: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:222: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:223: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:225: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:280: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:286: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:287: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:288: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:291: Lines should very rarely be longer than 100 characters [whitespace/line_length] [4]
src/nvim/option_defs.h:293: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:310: Missing space after { [whitespace/braces] [5]
src/nvim/option_defs.h:310: Missing space before } [whitespace/braces] [5]
src/nvim/option_defs.h:317: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:318: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:322: Missing space after { [whitespace/braces] [5]
src/nvim/option_defs.h:326: Missing space before } [whitespace/braces] [5]
src/nvim/option_defs.h:350: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:351: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:352: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:355: Missing space after { [whitespace/braces] [5]
src/nvim/option_defs.h:355: Missing space before } [whitespace/braces] [5]
src/nvim/option_defs.h:359: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:360: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:361: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:362: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:363: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:366: Missing space after { [whitespace/braces] [5]
src/nvim/option_defs.h:366: Missing space before } [whitespace/braces] [5]
src/nvim/option_defs.h:383: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:384: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:385: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:386: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:387: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:388: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:390: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:391: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:392: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:393: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:394: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:395: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:424: Missing space after { [whitespace/braces] [5]
src/nvim/option_defs.h:426: Missing space before } [whitespace/braces] [5]
src/nvim/option_defs.h:537: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:538: Missing space after { [whitespace/braces] [5]
src/nvim/option_defs.h:542: Missing space before } [whitespace/braces] [5]
src/nvim/option_defs.h:560: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:561: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:562: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:563: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:564: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:565: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:566: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:567: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:569: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:641: Missing space after { [whitespace/braces] [5]
src/nvim/option_defs.h:641: Missing space before } [whitespace/braces] [5]
src/nvim/option_defs.h:643: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:644: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:647: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:649: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:651: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:677: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:758: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:761: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:806: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option_defs.h:809: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/option.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/option.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/os/fs_defs.h:17: Missing space after { [whitespace/braces] [5]
src/nvim/os/fs_defs.h:17: Missing space before } [whitespace/braces] [5]
src/nvim/os/os_defs.h:30: Missing space before asterisk in 5* [whitespace/operators] [2]
src/nvim/os/os_defs.h:34: Missing space before asterisk in 10* [whitespace/operators] [2]
src/nvim/os/unix_defs.h:11: Missing space after { [whitespace/braces] [5]
src/nvim/os/unix_defs.h:11: Missing space before } [whitespace/braces] [5]
src/nvim/os/win_defs.h:18: Missing space after { [whitespace/braces] [5]
src/nvim/os/win_defs.h:18: Missing space before } [whitespace/braces] [5]
src/nvim/path.h:41: #endif line should be "#endif // NVIM_PATH_H" [build/header_guard] [5]
src/nvim/path.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/path.h:21: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/pos.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/pos.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/pos.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/pos.h:23: Missing space after { [whitespace/braces] [5]
src/nvim/pos.h:23: Missing space before } [whitespace/braces] [5]
src/nvim/pos.h:25: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/pos.h:29: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/pos.h:30: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/profile.h:10: if should always use braces [readability/braces] [5]
src/nvim/quickfix.h:4: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:1: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:27: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:45: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:77: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:107: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:108: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:111: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:113: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:116: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:128: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:141: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:144: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp_defs.h:150: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/regexp_defs.h:155: Missing space before asterisk in char_u* [whitespace/operators] [2]
src/nvim/regexp_defs.h:157: Missing space before asterisk in regmatch_T* [whitespace/operators] [2]
src/nvim/regexp_defs.h:158: Missing space before asterisk in regmmatch_T* [whitespace/operators] [2]
src/nvim/regexp_defs.h:159: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/regexp_defs.h:159: Missing space before asterisk in proftime_T* [whitespace/operators] [2]
src/nvim/regexp.h:19: #endif line should be "#endif // NVIM_REGEXP_H" [build/header_guard] [5]
src/nvim/regexp.h:4: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.h:5: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/regexp.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.h:10: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/screen.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.h:11: Missing space before asterisk in b_mod_* [whitespace/operators] [2]
src/nvim/screen.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/screen.h:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:33: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:34: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:36: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:37: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:39: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:41: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:42: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/search.h:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/sign_defs.h:24: #endif line should be "#endif // NVIM_SIGN_DEFS_H" [build/header_guard] [5]
src/nvim/sign_defs.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/sign_defs.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/sign_defs.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/sign_defs.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/sign_defs.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/sign_defs.h:17: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/sign_defs.h:18: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/sign_defs.h:19: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/sign_defs.h:20: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/sign_defs.h:24: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/syntax_defs.h:77: #endif line should be "#endif // NVIM_SYNTAX_DEFS_H" [build/header_guard] [5]
src/nvim/syntax_defs.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:14: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax_defs.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:19: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax_defs.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:20: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax_defs.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:29: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:30: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:31: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:31: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax_defs.h:33: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:34: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:37: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:41: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:42: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:43: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:45: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:55: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:56: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:62: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:63: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/syntax_defs.h:63: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:63: Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
src/nvim/syntax_defs.h:64: Extra space for operator ! [whitespace/operators] [4]
src/nvim/syntax_defs.h:65: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax_defs.h:66: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax_defs.h:67: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax_defs.h:68: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/syntax_defs.h:65: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:66: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/syntax_defs.h:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax_defs.h:77: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/syntax.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:21: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:21: Tab found; better to use spaces [whitespace/tab] [1]
src/nvim/syntax.h:22: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:24: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:25: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:26: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:27: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:28: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:29: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:30: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:31: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:32: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:33: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:34: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:36: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:37: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/syntax.h:38: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:4: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:17: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:24: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:25: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:26: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:27: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:28: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:29: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:30: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:32: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/tag.h:32: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:35: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:39: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/tag.h:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/ui_bridge.h:13: Brace starting function body must be placed after the function signature [readability/braces] [5]
src/nvim/undo_defs.h:78: #endif line should be "#endif // NVIM_UNDO_DEFS_H" [build/header_guard] [5]
src/nvim/undo_defs.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:13: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:21: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:22: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:24: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:25: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:26: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:28: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:33: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:36: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:40: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:44: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:48: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:51: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:53: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:54: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:55: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:57: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:58: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:59: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:60: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:61: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/undo_defs.h:61: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:64: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:69: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:70: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/undo_defs.h:78: At least two spaces is best between code and comments [whitespace/comments] [2]
src/nvim/version.h:5: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/version.h:6: Missing space before asterisk in char* [whitespace/operators] [2]
src/nvim/vim.h:332: #endif line should be "#endif // NVIM_VIM_H" [build/header_guard] [5]
src/nvim/vim.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:12: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:14: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:16: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:26: Use operator ! instead of not [readability/alt_tokens] [2]
src/nvim/vim.h:30: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:52: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:66: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:67: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:68: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:71: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:74: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:82: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:83: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:84: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/vim.h:84: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:86: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:87: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:88: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/vim.h:88: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:91: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:93: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:97: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:98: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:99: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:100: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:101: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:102: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:103: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:104: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:105: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:112: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:118: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:120: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:124: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:135: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:193: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:204: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:207: Use true instead of TRUE. [readability/bool] [4]
src/nvim/vim.h:208: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:208: Use false instead of FALSE. [readability/bool] [4]
src/nvim/vim.h:209: Use true instead of TRUE. [readability/bool] [4]
src/nvim/vim.h:212: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:214: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:215: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:217: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:221: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:224: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:226: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:228: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:234: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:237: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:242: Use xstrlcpy or snprintf instead of strcpy [runtime/printf] [4]
src/nvim/vim.h:243: Use xstrlcpy or snprintf instead of STRNCPY (unless this is from Vim) [runtime/printf] [4]
src/nvim/vim.h:257: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:270: Use xstrlcat or snprintf instead of strcat [runtime/printf] [4]
src/nvim/vim.h:271: Use xstrlcat or snprintf instead of STRNCAT [runtime/printf] [4]
src/nvim/vim.h:282: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:283: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:285: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:293: Inner expression should be aligned as opening brace + 1 (+ 2 in case of {) [whitespace/alignment] [2]
src/nvim/vim.h:295: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:301: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:306: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:314: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:315: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:316: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/vim.h:332: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:6: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:7: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:8: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:9: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:10: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:11: Complex multi-line /*...*/-style comment found. Lint may give bogus warnings. Consider replacing these with //-style comments, with #if 0...#endif, or with more clearly structured multi-line comments. [readability/multiline_comment] [5]
src/nvim/window.h:11: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:15: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:18: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:19: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:20: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:21: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:22: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:23: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:24: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:25: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:27: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:30: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
src/nvim/window.h:31: /*-style comment found, it should be replaced with //-style. /*-style comments are only allowed inside macros. Note that you should not use /*-style comments to document macros itself, use doxygen-style comments for this. [readability/old_style_comment] [5]
Total errors found: 42686